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..1e83dd6a5993efce51db1355ecdf40f53e6156fb 100644 |
--- a/third_party/WebKit/Source/core/style/StyleFetchedImage.cpp |
+++ b/third_party/WebKit/Source/core/style/StyleFetchedImage.cpp |
@@ -91,9 +91,9 @@ bool StyleFetchedImage::errorOccurred() const |
return m_image->errorOccurred(); |
} |
-LayoutSize StyleFetchedImage::imageSize(const LayoutObject* layoutObject, float multiplier) const |
+LayoutSize StyleFetchedImage::concreteObjectSize(const LayoutObject* layoutObject, const FloatSize& defaultObjectSize, float multiplier) const |
{ |
- return m_image->imageSize(LayoutObject::shouldRespectImageOrientation(layoutObject), multiplier); |
+ return m_image->concreteObjectSize(defaultObjectSize, LayoutObject::shouldRespectImageOrientation(layoutObject), multiplier); |
} |
bool StyleFetchedImage::imageHasRelativeSize() const |