| Index: third_party/WebKit/Source/platform/graphics/filters/FEFlood.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/filters/FEFlood.h b/third_party/WebKit/Source/platform/graphics/filters/FEFlood.h
|
| index f09fd73254de966bbb1bba4e573ca08d177a5031..f65e10bc465170bd258de886bfd190f899106a7b 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/filters/FEFlood.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/filters/FEFlood.h
|
| @@ -41,7 +41,7 @@ class PLATFORM_EXPORT FEFlood final : public FilterEffect {
|
| // feFlood does not perform color interpolation of any kind, so the result is
|
| // always in the current color space regardless of the value of
|
| // color-interpolation-filters.
|
| - void SetOperatingColorSpace(ColorSpace) override {}
|
| + void SetOperatingInterpolationSpace(InterpolationSpace) override {}
|
|
|
| TextStream& ExternalRepresentation(TextStream&, int indention) const override;
|
|
|
|
|