| Index: third_party/WebKit/Source/platform/graphics/filters/FEBoxReflect.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/filters/FEBoxReflect.h b/third_party/WebKit/Source/platform/graphics/filters/FEBoxReflect.h
|
| index 75d92ee264b310be8c2317b4af10c11d08a877cc..7d044954c73323f88faf9efbaebb35e1ed89c673 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/filters/FEBoxReflect.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/filters/FEBoxReflect.h
|
| @@ -22,7 +22,7 @@ public:
|
| // FilterEffect implementation
|
| FloatRect mapRect(const FloatRect&, bool forward = true) const final;
|
| TextStream& externalRepresentation(TextStream&, int indentation) const final;
|
| - sk_sp<SkImageFilter> createImageFilter(SkiaImageFilterBuilder&) final;
|
| + sk_sp<SkImageFilter> createImageFilter() final;
|
|
|
| private:
|
| FEBoxReflect(Filter*, const BoxReflection&);
|
|
|