diff options
| author | 2016-03-14 22:48:50 +0000 | |
|---|---|---|
| committer | 2016-03-14 22:48:51 +0000 | |
| commit | c33609cb8b91e048045a1a051a18ba0e1c6926cc (patch) | |
| tree | e22837adac4d4a2a17579ebe7811c473da31b169 /libs/hwui/ClipArea.h | |
| parent | 4be255e5b93e166d1a2a5b93b8aa9a594a03403e (diff) | |
| parent | 02806288d1c56475413888a934c796e6e4eb11c5 (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.h | 2 |
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 { |