Merge "Argh oops I didn't mean to delete this." into gingerbread
This commit is contained in:
committed by
Android (Google) Code Review
commit
ed86eaa730
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user