Index: third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.cpp |
diff --git a/third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.cpp b/third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.cpp |
index cb7957d8d61263e4f7c2102c5fe56bb5ccc6b64c..9888e07f02863d20b09e5dad71511f7b17ae9114 100644 |
--- a/third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.cpp |
+++ b/third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.cpp |
@@ -32,6 +32,12 @@ bool SVGImageForContainer::isTextureBacked() |
return m_image->isTextureBacked(); |
} |
+void SVGImageForContainer::updateConcreteObjectSize(const LayoutSize&) |
+{ |
+ // Wrapping should happen after sizing updates. |
+ ASSERT_NOT_REACHED(); |
+} |
+ |
IntSize SVGImageForContainer::size() const |
{ |
FloatSize scaledContainerSize(m_containerSize); |