commit | 12cedff50ca229a5d025e1011f1518c32e858138 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Tue Jul 28 10:57:27 2009 -0700 |
committer | Mathias Agopian <mathias@google.com> | Tue Jul 28 10:57:27 2009 -0700 |
tree | 6ad4275e5195753480c5f04b84208b3a6245e6a6 | |
parent | ba989ad0ed91beda010d44945fa015d75d99cf67 [diff] [blame] |
fix [2017532] Partial Update leaves residual image.
diff --git a/libs/surfaceflinger/SurfaceFlinger.h b/libs/surfaceflinger/SurfaceFlinger.h index 15913f2..0d63e1d 100644 --- a/libs/surfaceflinger/SurfaceFlinger.h +++ b/libs/surfaceflinger/SurfaceFlinger.h
@@ -351,6 +351,7 @@ // Can only accessed from the main thread, these members // don't need synchronization Region mDirtyRegion; + Region mDirtyRegionRemovedLayer; Region mInvalidRegion; Region mWormholeRegion; Client* mLastScheduledBroadcast;