Index: third_party/WebKit/Source/core/style/StyleFetchedImage.cpp |
diff --git a/third_party/WebKit/Source/core/style/StyleFetchedImage.cpp b/third_party/WebKit/Source/core/style/StyleFetchedImage.cpp |
index f2e15b31e4c114262515a4a8c346468200ea4352..20e0a8e48f19d199b6be33d79bed6ee88ede09c4 100644 |
--- a/third_party/WebKit/Source/core/style/StyleFetchedImage.cpp |
+++ b/third_party/WebKit/Source/core/style/StyleFetchedImage.cpp |
@@ -91,6 +91,11 @@ bool StyleFetchedImage::errorOccurred() const |
return m_image->errorOccurred(); |
} |
+void StyleFetchedImage::updateConcreteObjectSize(const LayoutSize& defaultObjectSize) |
+{ |
+ m_image->updateConcreteObjectSize(defaultObjectSize); |
+} |
+ |
LayoutSize StyleFetchedImage::imageSize(const LayoutObject* layoutObject, float multiplier) const |
{ |
return m_image->imageSize(LayoutObject::shouldRespectImageOrientation(layoutObject), multiplier); |