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 ca8da97b9edf3da56e376c67993301a070f89105..0f399b3f6a5445a1b4c74995ad17b6a1ac631faa 100644 |
--- a/third_party/WebKit/Source/core/svg/graphics/filters/SVGFEImage.h |
+++ b/third_party/WebKit/Source/core/svg/graphics/filters/SVGFEImage.h |
@@ -38,7 +38,7 @@ public: |
static FEImage* createWithImage(Filter*, PassRefPtr<Image>, SVGPreserveAspectRatio*); |
static FEImage* createWithIRIReference(Filter*, TreeScope&, const String&, SVGPreserveAspectRatio*); |
- FloatRect determineAbsolutePaintRect(const FloatRect& requestedRect) override; |
+ FloatRect determineAbsolutePaintRect(const FloatRect& requestedRect) const override; |
FilterEffectType getFilterEffectType() const override { return FilterEffectTypeImage; } |