Merge "WindowManager: fix clipping" into lmp-dev

This commit is contained in:
Antoine Labour
2014-07-24 05:14:44 +00:00
committed by Android (Google) Code Review

View File

@@ -740,6 +740,7 @@ class WindowStateAnimator {
mSurfaceX = 0;
mSurfaceY = 0;
w.mLastSystemDecorRect.set(0, 0, 0, 0);
mLastClipRect.set(0, 0, 0, 0);
// Set up surface control with initial size.
try {