summaryrefslogtreecommitdiff
path: root/libs/hwui/DrawProfiler.h
diff options
context:
space:
mode:
author John Reck <jreck@google.com> 2014-10-27 12:38:48 -0700
committer John Reck <jreck@google.com> 2014-10-27 12:43:25 -0700
commit23d307c8d88f4a3849163b9e5b7cd11d0d4f372c (patch)
tree6142a542f5f25f2719b8950f6d06765605fb8bf1 /libs/hwui/DrawProfiler.h
parent670a82cbb1b62e69fa7ef7387eed545a76c96f76 (diff)
Cleanup debug options
Bug: 18138852 Bug: 18065434 Change-Id: Ibb07b73b147c2a8b287fe8aee3f6624582f21b00
Diffstat (limited to 'libs/hwui/DrawProfiler.h')
-rw-r--r--libs/hwui/DrawProfiler.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/hwui/DrawProfiler.h b/libs/hwui/DrawProfiler.h
index 7c06e5dd111a..de64088bc11f 100644
--- a/libs/hwui/DrawProfiler.h
+++ b/libs/hwui/DrawProfiler.h
@@ -88,6 +88,10 @@ private:
* information.
*/
float** mRects;
+
+ bool mShowDirtyRegions;
+ SkRect mDirtyRegion;
+ bool mFlashToggle;
};
} /* namespace uirenderer */