Index: third_party/WebKit/Source/core/svg/graphics/SVGImage.h |
diff --git a/third_party/WebKit/Source/core/svg/graphics/SVGImage.h b/third_party/WebKit/Source/core/svg/graphics/SVGImage.h |
index 8fc42e64726025c49c2f856a2a60da73618ad478..e5cce15a41cbc7b33afe756add1d4336d5fa0983 100644 |
--- a/third_party/WebKit/Source/core/svg/graphics/SVGImage.h |
+++ b/third_party/WebKit/Source/core/svg/graphics/SVGImage.h |
@@ -55,7 +55,7 @@ public: |
bool isSVGImage() const override { return true; } |
bool isTextureBacked() override { return false; } |
- IntSize size() const override { return m_concreteObjectSize; } |
+ IntSize concreteObjectSize(const FloatSize& defaultObjectSize) const override; |
bool currentFrameHasSingleSecurityOrigin() const override; |