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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/platform/graphics/android/GraphicsLayerAndroid.h b/WebCore/platform/graphics/android/GraphicsLayerAndroid.h
index 25f70b4..b72877b 100644
--- a/WebCore/platform/graphics/android/GraphicsLayerAndroid.h
+++ b/WebCore/platform/graphics/android/GraphicsLayerAndroid.h
@@ -97,7 +97,6 @@ public:
virtual void resumeAnimations();
virtual void setContentsToImage(Image*);
- bool repaintAll();
virtual PlatformLayer* platformLayer() const;
void pauseDisplay(bool state);
@@ -127,7 +126,8 @@ private:
void updateFixedPosition();
- bool repaint(const FloatRect& rect);
+ // with SkPicture, we always repaint the entire layer's content.
+ bool repaint();
void needsNotifyClient();
bool m_needsSyncChildren;