| Index: third_party/WebKit/Source/platform/graphics/filters/FEComposite.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/filters/FEComposite.h b/third_party/WebKit/Source/platform/graphics/filters/FEComposite.h
|
| index 5a2477ab37673db38f2b6de220deded697c3e11e..23ebf9f10df273a5ef8a4b0b0b2c7654ac76a3e9 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/filters/FEComposite.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/filters/FEComposite.h
|
| @@ -58,7 +58,7 @@ public:
|
| float k4() const;
|
| bool setK4(float);
|
|
|
| - FloatRect determineAbsolutePaintRect(const FloatRect& requestedRect) override;
|
| + FloatRect determineAbsolutePaintRect(const FloatRect& requestedRect) const override;
|
|
|
| TextStream& externalRepresentation(TextStream&, int indention) const override;
|
|
|
|
|