Merge "Argh oops I didn't mean to delete this." into gingerbread

This commit is contained in:
Dianne Hackborn
2010-07-14 17:02:49 -07:00
committed by Android (Google) Code Review

View File

@@ -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) {