| Index: third_party/WebKit/Source/core/svg/graphics/filters/SVGFEImage.h
|
| diff --git a/third_party/WebKit/Source/core/svg/graphics/filters/SVGFEImage.h b/third_party/WebKit/Source/core/svg/graphics/filters/SVGFEImage.h
|
| index 57487685db8ae0d22a7a8c23b700443100af6ab6..adc08cb5b349da93dbe14ab3df88d1bda9731db3 100644
|
| --- a/third_party/WebKit/Source/core/svg/graphics/filters/SVGFEImage.h
|
| +++ b/third_party/WebKit/Source/core/svg/graphics/filters/SVGFEImage.h
|
| @@ -45,7 +45,7 @@ class FEImage final : public FilterEffect {
|
|
|
| // feImage does not perform color interpolation of any kind, so doesn't
|
| // depend on the value of color-interpolation-filters.
|
| - void SetOperatingColorSpace(ColorSpace) override {}
|
| + void SetOperatingInterpolationSpace(InterpolationSpace) override {}
|
|
|
| TextStream& ExternalRepresentation(TextStream&, int indention) const override;
|
|
|
|
|