Index: third_party/WebKit/Source/core/svg/graphics/filters/SVGFEImage.cpp |
diff --git a/third_party/WebKit/Source/core/svg/graphics/filters/SVGFEImage.cpp b/third_party/WebKit/Source/core/svg/graphics/filters/SVGFEImage.cpp |
index 20ad4933b4896bf5ffc273249840303247b9dda4..c1ba3fcd2358268baf053b039756c26d6c775006 100644 |
--- a/third_party/WebKit/Source/core/svg/graphics/filters/SVGFEImage.cpp |
+++ b/third_party/WebKit/Source/core/svg/graphics/filters/SVGFEImage.cpp |
@@ -196,7 +196,7 @@ PassRefPtr<SkImageFilter> FEImage::createImageFilter(SkiaImageFilterBuilder* bui |
// to download, is non-existent, or that cannot be displayed (e.g. because it is |
// not in a supported image format) fills the filter primitive subregion with |
// transparent black." |
- return createTransparentBlack(); |
+ return createTransparentBlack(builder); |
} |
FloatRect srcRect = FloatRect(FloatPoint(), m_image->size()); |