summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/GLWebViewState.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/android/GLWebViewState.h')
-rw-r--r--Source/WebCore/platform/graphics/android/GLWebViewState.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WebCore/platform/graphics/android/GLWebViewState.h b/Source/WebCore/platform/graphics/android/GLWebViewState.h
index 7892e83..b643405 100644
--- a/Source/WebCore/platform/graphics/android/GLWebViewState.h
+++ b/Source/WebCore/platform/graphics/android/GLWebViewState.h
@@ -189,6 +189,7 @@ public:
void addDirtyArea(const IntRect& rect);
void resetLayersDirtyArea();
+ void doFrameworkFullInval();
bool goingDown() { return m_goingDown; }
bool goingLeft() { return m_goingLeft; }
@@ -219,6 +220,7 @@ private:
SkRect m_visibleContentRect;
IntRect m_frameworkLayersInval;
+ bool m_doFrameworkFullInval;
#ifdef MEASURES_PERF
unsigned int m_totalTimeCounter;