Index: third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.h |
diff --git a/third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.h b/third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.h |
index 939cfb0aacfa71b761d375507cfb1e54f737c832..330aabafa582188cea1f6afb1dc58d93824d082c 100644 |
--- a/third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.h |
+++ b/third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.h |
@@ -41,7 +41,7 @@ public: |
FilterEffectType filterEffectType() const override { return FilterEffectTypeSourceInput; } |
TextStream& externalRepresentation(TextStream&, int indention) const override; |
- PassRefPtr<SkImageFilter> createImageFilter(SkiaImageFilterBuilder*) override; |
+ PassRefPtr<SkImageFilter> createImageFilter(SkiaImageFilterBuilder&) override; |
void setPicture(PassRefPtr<const SkPicture>); |
void setSourceRect(const IntRect&); |