Merge commit '722665c5f76e81bed646490977ea30f38aaa00da' * commit '722665c5f76e81bed646490977ea30f38aaa00da': fix build. SurfaceView.setFrame needed to be hidden
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user