| Index: third_party/WebKit/Source/platform/graphics/filters/FEOffset.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/filters/FEOffset.h b/third_party/WebKit/Source/platform/graphics/filters/FEOffset.h
|
| index 9b8adcfffd4839a156918f3fe539c5c02e574167..17d1bcbcb402a8e89097ee3830c06eb076316895 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/filters/FEOffset.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/filters/FEOffset.h
|
| @@ -44,7 +44,7 @@ public:
|
| private:
|
| FEOffset(Filter*, float dx, float dy);
|
|
|
| - sk_sp<SkImageFilter> createImageFilter(SkiaImageFilterBuilder&) override;
|
| + sk_sp<SkImageFilter> createImageFilter() override;
|
|
|
| float m_dx;
|
| float m_dy;
|
|
|