| Index: third_party/WebKit/Source/platform/graphics/filters/FEDisplacementMap.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/filters/FEDisplacementMap.h b/third_party/WebKit/Source/platform/graphics/filters/FEDisplacementMap.h
|
| index 40def30981c1f98c25035eb6554da2fa4af0c475..0c8ed5b5215c41908d56178e5caac077bc1f2601 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/filters/FEDisplacementMap.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/filters/FEDisplacementMap.h
|
| @@ -52,7 +52,7 @@ public:
|
|
|
| TextStream& externalRepresentation(TextStream&, int indention) const override;
|
|
|
| - FloatRect determineAbsolutePaintRect(const FloatRect& requestedRect) override;
|
| + FloatRect determineAbsolutePaintRect(const FloatRect& requestedRect) const override;
|
|
|
| private:
|
| FEDisplacementMap(Filter*, ChannelSelectorType xChannelSelector, ChannelSelectorType yChannelSelector, float);
|
|
|