diff options
author | 2014-10-27 12:38:48 -0700 | |
---|---|---|
committer | 2014-10-27 12:43:25 -0700 | |
commit | 23d307c8d88f4a3849163b9e5b7cd11d0d4f372c (patch) | |
tree | 6142a542f5f25f2719b8950f6d06765605fb8bf1 /libs/hwui/DrawProfiler.h | |
parent | 670a82cbb1b62e69fa7ef7387eed545a76c96f76 (diff) |
Cleanup debug options
Bug: 18138852
Bug: 18065434
Change-Id: Ibb07b73b147c2a8b287fe8aee3f6624582f21b00
Diffstat (limited to 'libs/hwui/DrawProfiler.h')
-rw-r--r-- | libs/hwui/DrawProfiler.h | 4 |
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 */ |