diff options
Diffstat (limited to 'WebCore/platform/graphics/chromium/ImageLayerChromium.h')
-rw-r--r-- | WebCore/platform/graphics/chromium/ImageLayerChromium.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/graphics/chromium/ImageLayerChromium.h b/WebCore/platform/graphics/chromium/ImageLayerChromium.h index b91f04a..a5c1450 100644 --- a/WebCore/platform/graphics/chromium/ImageLayerChromium.h +++ b/WebCore/platform/graphics/chromium/ImageLayerChromium.h @@ -49,7 +49,7 @@ class ImageLayerChromium : public ContentLayerChromium { public: static PassRefPtr<ImageLayerChromium> create(GraphicsLayerChromium* owner = 0); - virtual void updateContents(); + virtual void updateContentsIfDirty(); virtual bool drawsContent() { return m_contents; } void setContents(Image* image); |