summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/wx/ImageBufferWx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/graphics/wx/ImageBufferWx.cpp')
-rw-r--r--WebCore/platform/graphics/wx/ImageBufferWx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/graphics/wx/ImageBufferWx.cpp b/WebCore/platform/graphics/wx/ImageBufferWx.cpp
index 1d37dfa..775e018 100644
--- a/WebCore/platform/graphics/wx/ImageBufferWx.cpp
+++ b/WebCore/platform/graphics/wx/ImageBufferWx.cpp
@@ -76,7 +76,7 @@ void ImageBuffer::putPremultipliedImageData(ImageData* source, const IntRect& so
notImplemented();
}
-String ImageBuffer::toDataURL(const String&, double) const
+String ImageBuffer::toDataURL(const String&, const double*) const
{
notImplemented();
return String();