Return information about whether overlays are disabled.

Change-Id: I85ae42e9f28461f5142cc6b3c8e25ff3f195805a
This commit is contained in:
Dianne Hackborn 2012-02-06 21:21:05 -08:00
parent e25eb6dad6
commit 12839bee29
1 changed files with 1 additions and 0 deletions

View File

@ -1753,6 +1753,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);