summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/android/GLWebViewState.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/graphics/android/GLWebViewState.h')
-rw-r--r--WebCore/platform/graphics/android/GLWebViewState.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/WebCore/platform/graphics/android/GLWebViewState.h b/WebCore/platform/graphics/android/GLWebViewState.h
index 854d8cc..091bedc 100644
--- a/WebCore/platform/graphics/android/GLWebViewState.h
+++ b/WebCore/platform/graphics/android/GLWebViewState.h
@@ -226,6 +226,7 @@ public:
void resetFrameworkInval();
void addDirtyArea(const IntRect& rect);
void resetLayersDirtyArea();
+ LayerAndroid* previouslyUsedRoot() { return m_previouslyUsedRoot; }
private:
void inval(const IntRect& rect); // caller must hold m_baseLayerLock
@@ -258,6 +259,8 @@ private:
android::Mutex m_baseLayerLock;
BaseLayerAndroid* m_baseLayer;
BaseLayerAndroid* m_currentBaseLayer;
+ LayerAndroid* m_previouslyUsedRoot;
+
unsigned int m_currentPictureCounter;
bool m_usePageA;
TiledPage* m_tiledPageA;