From 02806288d1c56475413888a934c796e6e4eb11c5 Mon Sep 17 00:00:00 2001 From: Chris Craik Date: Fri, 11 Mar 2016 19:16:21 -0800 Subject: Fix flickering when layers resize in-place bug:27248275 Change-Id: Ia11c93ebc1097f3735071204b6f14ca079bb9fc4 --- libs/hwui/ClipArea.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs/hwui/ClipArea.h') 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 { -- cgit v1.2.3-59-g8ed1b