commit | 0656a68380d01de4136933901b2c322cf9ab0d7e | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Tue Sep 20 17:22:44 2011 -0700 |
committer | Mathias Agopian <mathias@google.com> | Tue Sep 20 17:53:33 2011 -0700 |
tree | b5647da1903dc9dcc10ef1ecee9c173d0c3d11f5 | |
parent | fb4d5d5726c172adbe62341d99a2148685a98379 [diff] [blame] |
rename mInvalidRegion to mSwapRegion Change-Id: I946cbc782c0c84645843ea44c3d8b04a0a2fe658
diff --git a/services/surfaceflinger/SurfaceFlinger.h b/services/surfaceflinger/SurfaceFlinger.h index 126ca39..a8036a6 100644 --- a/services/surfaceflinger/SurfaceFlinger.h +++ b/services/surfaceflinger/SurfaceFlinger.h
@@ -358,7 +358,7 @@ State mDrawingState; Region mDirtyRegion; Region mDirtyRegionRemovedLayer; - Region mInvalidRegion; + Region mSwapRegion; Region mWormholeRegion; bool mVisibleRegionsDirty; bool mHwWorkListDirty;