summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/qt/StillImageQt.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/graphics/qt/StillImageQt.h')
-rw-r--r--WebCore/platform/graphics/qt/StillImageQt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/graphics/qt/StillImageQt.h b/WebCore/platform/graphics/qt/StillImageQt.h
index 6c417b1..7be9136 100644
--- a/WebCore/platform/graphics/qt/StillImageQt.h
+++ b/WebCore/platform/graphics/qt/StillImageQt.h
@@ -46,7 +46,7 @@ namespace WebCore {
virtual IntSize size() const;
virtual NativeImagePtr nativeImageForCurrentFrame();
- virtual void draw(GraphicsContext*, const FloatRect& dstRect, const FloatRect& srcRect, CompositeOperator);
+ virtual void draw(GraphicsContext*, const FloatRect& dstRect, const FloatRect& srcRect, ColorSpace styleColorSpace, CompositeOperator);
private:
StillImage(const QPixmap& pixmap);