Merge change I85f598e0 into eclair-mr2

* changes:
  Prevent transparent region from getting out of sync with Surface Flinger
This commit is contained in:
Android (Google) Code Review
2009-10-09 20:40:26 -04:00

View File

@ -898,6 +898,7 @@ public final class ViewRoot extends Handler implements ViewParent,
// all at once.
newSurface = true;
fullRedrawNeeded = true;
mPreviousTransparentRegion.setEmpty();
if (mGlWanted && !mUseGL) {
initializeGL();