summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Dianne Hackborn <hackbod@google.com> 2012-02-07 13:48:38 -0800
committer Android Git Automerger <android-git-automerger@android.com> 2012-02-07 13:48:38 -0800
commit1a762c51f99712f19b243e067d28e59ef82ba9ab (patch)
treee2f6bc68d35b8b9e315635aa5959dba9fafe18e4
parentc58c61b7777b0405a30b317eb8fb32a7238e7909 (diff)
parentdc210ade0ad4770c5294320453f8ddfbfcbaf943 (diff)
am dc210ade: Merge "Return information about whether overlays are disabled."
* commit 'dc210ade0ad4770c5294320453f8ddfbfcbaf943': Return information about whether overlays are disabled.
-rw-r--r--services/surfaceflinger/SurfaceFlinger.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/services/surfaceflinger/SurfaceFlinger.cpp b/services/surfaceflinger/SurfaceFlinger.cpp
index ab09bfafc73c..40717f4e95db 100644
--- a/services/surfaceflinger/SurfaceFlinger.cpp
+++ b/services/surfaceflinger/SurfaceFlinger.cpp
@@ -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);