summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/android/TiledPage.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/graphics/android/TiledPage.h')
-rw-r--r--WebCore/platform/graphics/android/TiledPage.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/WebCore/platform/graphics/android/TiledPage.h b/WebCore/platform/graphics/android/TiledPage.h
index e449107..9eb9f11 100644
--- a/WebCore/platform/graphics/android/TiledPage.h
+++ b/WebCore/platform/graphics/android/TiledPage.h
@@ -97,6 +97,9 @@ private:
// terms of the (x,y) coordinates used to determine the location of the tile
// within the page, not in content/view pixel coordinates.
SkRegion m_invalRegion;
+
+ // inval regions in content coordinates
+ SkRegion m_invalTilesRegion;
unsigned int m_latestPictureInval;
bool m_prepare;
};