diff options
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 7c06e5d..de64088 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 */ |