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

Commit 0a48a1f3 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am ed86eaa7: Merge "Argh oops I didn\'t mean to delete this." into gingerbread

Merge commit 'ed86eaa7' into gingerbread-plus-aosp

* commit 'ed86eaa7':
  Argh oops I didn't mean to delete this.
parents e03952c0 ed86eaa7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -543,6 +543,9 @@ public class SurfaceView extends View {
                        }
                        if (creating || formatChanged || sizeChanged
                                || visibleChanged || realSizeChanged) {
                            for (SurfaceHolder.Callback c : callbacks) {
                                c.surfaceChanged(mSurfaceHolder, mFormat, myWidth, myHeight);
                            }
                        }
                        if (redrawNeeded) {
                            for (SurfaceHolder.Callback c : callbacks) {