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..f5ba2acb8261badd9088712662dbb4c3bb161048 100644 |
--- a/third_party/WebKit/Source/core/svg/graphics/SVGImage.h |
+++ b/third_party/WebKit/Source/core/svg/graphics/SVGImage.h |
@@ -55,6 +55,7 @@ public: |
bool isSVGImage() const override { return true; } |
bool isTextureBacked() override { return false; } |
+ void updateConcreteObjectSize(const LayoutSize& defaultObjectSize); |
IntSize size() const override { return m_concreteObjectSize; } |
bool currentFrameHasSingleSecurityOrigin() const override; |