am 35c60c94: Merge "Use Surface layer for Surface operation." into jb-dev

* commit '35c60c944a9350d6240673e157fe06a97fb24180':
  Use Surface layer for Surface operation.
This commit is contained in:
Craig Mautner
2012-05-31 15:38:51 -07:00
committed by Android Git Automerger

View File

@@ -5437,8 +5437,8 @@ public class WindowManagerService extends IWindowManager.Stub
// window. // window.
including = !ws.mIsImWindow && !ws.isFullscreen(dw, dh); including = !ws.mIsImWindow && !ws.isFullscreen(dw, dh);
if (maxLayer < ws.mWinAnimator.mAnimLayer) { if (maxLayer < ws.mWinAnimator.mSurfaceLayer) {
maxLayer = ws.mWinAnimator.mAnimLayer; maxLayer = ws.mWinAnimator.mSurfaceLayer;
} }
// Don't include wallpaper in bounds calculation // Don't include wallpaper in bounds calculation