summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/GraphicsLayerAndroid.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/android/GraphicsLayerAndroid.h')
-rw-r--r--Source/WebCore/platform/graphics/android/GraphicsLayerAndroid.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/WebCore/platform/graphics/android/GraphicsLayerAndroid.h b/Source/WebCore/platform/graphics/android/GraphicsLayerAndroid.h
index 278bd7e..0fc0790 100644
--- a/Source/WebCore/platform/graphics/android/GraphicsLayerAndroid.h
+++ b/Source/WebCore/platform/graphics/android/GraphicsLayerAndroid.h
@@ -57,6 +57,7 @@ public:
virtual void addChildAbove(GraphicsLayer* layer, GraphicsLayer* sibling);
virtual void addChildBelow(GraphicsLayer* layer, GraphicsLayer* sibling);
virtual bool replaceChild(GraphicsLayer* oldChild, GraphicsLayer* newChild);
+ virtual void setReplicatedLayer(GraphicsLayer* layer);
virtual void removeFromParent();
@@ -147,7 +148,9 @@ private:
void needsNotifyClient();
SkPicture* paintPicture(const IntRect& rect);
- bool paintContext(LayerAndroid* layer, const IntRect& rect);
+ bool paintContext(LayerAndroid* layer,
+ const IntRect& rect,
+ bool checkOptimisations = true);
bool m_needsSyncChildren;
bool m_needsSyncMask;