Index: Source/platform/graphics/GeneratedImage.cpp |
diff --git a/Source/platform/graphics/GeneratedImage.cpp b/Source/platform/graphics/GeneratedImage.cpp |
index dc644e2486f3d932d79ea452bcf05e880f4356bb..c98001616f7d4a7862f3f7a6d13e18a7a61cad33 100644 |
--- a/Source/platform/graphics/GeneratedImage.cpp |
+++ b/Source/platform/graphics/GeneratedImage.cpp |
@@ -45,7 +45,7 @@ void GeneratedImage::computeIntrinsicDimensions(Length& intrinsicWidth, Length& |
} |
void GeneratedImage::drawPattern(GraphicsContext* destContext, const FloatRect& srcRect, const FloatSize& scale, |
- const FloatPoint& phase, SkXfermode::Mode compositeOp, const FloatRect& destRect, |
+ const FloatPoint& phase, const KURL& url, SkXfermode::Mode compositeOp, const FloatRect& destRect, |
const IntSize& repeatSpacing) |
{ |
FloatRect tileRect = srcRect; |