fix build. SurfaceView.setFrame needed to be hidden

Change-Id: I96b0896e24483e9b5db19c938cb6058868f34e48
This commit is contained in:
Mathias Agopian
2010-10-04 20:15:08 -07:00
parent 19058877df
commit ef11530874

View File

@ -287,6 +287,7 @@ public class SurfaceView extends View {
setMeasuredDimension(width, height);
}
/** @hide */
@Override
protected boolean setFrame(int left, int top, int right, int bottom) {
boolean result = super.setFrame(left, top, right, bottom);