summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/GeneratedImage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/graphics/GeneratedImage.cpp')
-rw-r--r--WebCore/platform/graphics/GeneratedImage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/graphics/GeneratedImage.cpp b/WebCore/platform/graphics/GeneratedImage.cpp
index c40a40a..bac9da0 100644
--- a/WebCore/platform/graphics/GeneratedImage.cpp
+++ b/WebCore/platform/graphics/GeneratedImage.cpp
@@ -51,7 +51,7 @@ void GeneratedImage::drawPattern(GraphicsContext* context, const FloatRect& srcR
const FloatPoint& phase, CompositeOperator compositeOp, const FloatRect& destRect)
{
// Create a BitmapImage and call drawPattern on it.
- OwnPtr<ImageBuffer> imageBuffer = ImageBuffer::create(m_size, false);
+ OwnPtr<ImageBuffer> imageBuffer = ImageBuffer::create(m_size);
ASSERT(imageBuffer.get());
// Fill with the gradient.