summaryrefslogtreecommitdiff
path: root/libs/hwui/ClipArea.h
diff options
context:
space:
mode:
author Chris Craik <ccraik@google.com> 2016-03-14 22:48:50 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2016-03-14 22:48:51 +0000
commitc33609cb8b91e048045a1a051a18ba0e1c6926cc (patch)
treee22837adac4d4a2a17579ebe7811c473da31b169 /libs/hwui/ClipArea.h
parent4be255e5b93e166d1a2a5b93b8aa9a594a03403e (diff)
parent02806288d1c56475413888a934c796e6e4eb11c5 (diff)
Merge "Fix flickering when layers resize in-place" into nyc-dev
Diffstat (limited to 'libs/hwui/ClipArea.h')
-rw-r--r--libs/hwui/ClipArea.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/hwui/ClipArea.h b/libs/hwui/ClipArea.h
index 479796db042a..1654eb8f02e4 100644
--- a/libs/hwui/ClipArea.h
+++ b/libs/hwui/ClipArea.h
@@ -106,6 +106,8 @@ struct ClipBase {
// Bounds of the clipping area, used to define the scissor, and define which
// portion of the stencil is updated/used
Rect rect;
+
+ void dump() const;
};
struct ClipRect : ClipBase {