Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 722665c5 authored by Mathias Agopian's avatar Mathias Agopian Committed by Android Git Automerger
Browse files

am ef115308: fix build. SurfaceView.setFrame needed to be hidden

Merge commit 'ef115308' into gingerbread-plus-aosp

* commit 'ef115308':
  fix build. SurfaceView.setFrame needed to be hidden
parents bba3b8ef ef115308
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);