am 1bb55501: Merge change I85f598e0 into eclair-mr2

Merge commit '1bb5550107eae60993dc35f2e917cb664f841255' into eclair-mr2-plus-aosp

* commit '1bb5550107eae60993dc35f2e917cb664f841255':
  Prevent transparent region from getting out of sync with Surface Flinger
This commit is contained in:
Jack Palevich
2009-10-12 10:23:36 -07:00
committed by Android Git Automerger

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();