Index: third_party/WebKit/Source/platform/graphics/filters/FilterEffect.h |
diff --git a/third_party/WebKit/Source/platform/graphics/filters/FilterEffect.h b/third_party/WebKit/Source/platform/graphics/filters/FilterEffect.h |
index 8da817265878f425b77509812f2bd8458d900d52..d1056bc473e5352e21187c024f415e7d70acd1c1 100644 |
--- a/third_party/WebKit/Source/platform/graphics/filters/FilterEffect.h |
+++ b/third_party/WebKit/Source/platform/graphics/filters/FilterEffect.h |
@@ -149,7 +149,7 @@ public: |
protected: |
FilterEffect(Filter*); |
- PassRefPtr<SkImageFilter> createTransparentBlack() const; |
+ PassRefPtr<SkImageFilter> createTransparentBlack(SkiaImageFilterBuilder*) const; |
Color adaptColorToOperatingColorSpace(const Color& deviceColor); |