| 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 d6ef6607e49267c66e4816436a942b0cf24d21e3..c7cd88931157a7a643db9803ec3dc6bfd1ed5a2a 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/filters/FEFlood.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/filters/FEFlood.h
|
| @@ -38,8 +38,9 @@ class PLATFORM_EXPORT FEFlood final : public FilterEffect {
|
| float floodOpacity() const;
|
| bool setFloodOpacity(float);
|
|
|
| - // 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.
|
| + // 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 {}
|
|
|
| TextStream& externalRepresentation(TextStream&, int indention) const override;
|
|
|