summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/android/GraphicsLayerAndroid.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/graphics/android/GraphicsLayerAndroid.h')
-rw-r--r--WebCore/platform/graphics/android/GraphicsLayerAndroid.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/WebCore/platform/graphics/android/GraphicsLayerAndroid.h b/WebCore/platform/graphics/android/GraphicsLayerAndroid.h
index fc88fbf..591a261 100644
--- a/WebCore/platform/graphics/android/GraphicsLayerAndroid.h
+++ b/WebCore/platform/graphics/android/GraphicsLayerAndroid.h
@@ -116,6 +116,7 @@ public:
void syncMask();
virtual void syncCompositingState();
void setFrame(Frame*);
+ void notifyClientAnimationStarted();
void sendImmediateRepaint();
LayerAndroid* contentLayer() { return m_contentLayer.get(); }
@@ -125,11 +126,13 @@ public:
private:
bool repaint(const FloatRect& rect);
+ void needsNotifyClient();
bool m_needsSyncChildren;
bool m_needsSyncMask;
bool m_needsRepaint;
bool m_needsDisplay;
+ bool m_needsNotifyClient;
bool m_haveContents;
bool m_haveImage;