Merge "Return information about whether overlays are disabled."

This commit is contained in:
Dianne Hackborn 2012-02-07 13:46:46 -08:00 committed by Android (Google) Code Review
commit 1676828d11
1 changed files with 1 additions and 0 deletions

View File

@ -1793,6 +1793,7 @@ status_t SurfaceFlinger::onTransact(
reply->writeInt32(0);
reply->writeInt32(mDebugRegion);
reply->writeInt32(mDebugBackground);
reply->writeInt32(mDebugDisableHWC);
return NO_ERROR;
case 1013: {
Mutex::Autolock _l(mStateLock);