From e733717c7b60d2ccfee9c47af4659ffb8e70dd73 Mon Sep 17 00:00:00 2001 From: Chris Craik Date: Thu, 8 Sep 2011 16:54:13 -0700 Subject: If unlock base layer marks tiles dirty, repaint bug:5278818 Change-Id: I03206bdc5e95743054c361f235e2d94b835a95d1 --- Source/WebCore/platform/graphics/android/TiledPage.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Source/WebCore/platform/graphics/android/TiledPage.h') diff --git a/Source/WebCore/platform/graphics/android/TiledPage.h b/Source/WebCore/platform/graphics/android/TiledPage.h index 14306eb..946421c 100644 --- a/Source/WebCore/platform/graphics/android/TiledPage.h +++ b/Source/WebCore/platform/graphics/android/TiledPage.h @@ -68,7 +68,10 @@ public: // prepare the page for display on the screen void prepare(bool goingDown, bool goingLeft, const SkIRect& tileBounds, PrepareBounds bounds); - void updateTileState(const SkIRect& tileBounds); + + // update tiles with inval information, return true if visible ones are + // dirty (and thus repaint needed) + bool updateTileDirtiness(const SkIRect& tileBounds); // check to see if the page is ready for display -- cgit v1.1