| Index: third_party/WebKit/Source/platform/graphics/filters/FEConvolveMatrix.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/filters/FEConvolveMatrix.h b/third_party/WebKit/Source/platform/graphics/filters/FEConvolveMatrix.h
|
| index fe20ebc9994d80b0c1df9420b1905e639af854fc..e12509bd549744497993d9e4e95e0f2ea662058a 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/filters/FEConvolveMatrix.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/filters/FEConvolveMatrix.h
|
| @@ -58,7 +58,7 @@ private:
|
| FEConvolveMatrix(Filter*, const IntSize&, float, float,
|
| const IntPoint&, EdgeModeType, bool, const Vector<float>&);
|
|
|
| - sk_sp<SkImageFilter> createImageFilter(SkiaImageFilterBuilder&) override;
|
| + sk_sp<SkImageFilter> createImageFilter() override;
|
|
|
| bool parametersValid() const;
|
|
|
|
|