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 309c8742a78c6931f2b393fc1a0de859214c935b..688218d5e6ecbc7eea62b40664d49f0daf2a7e9c 100644 |
--- a/third_party/WebKit/Source/core/style/StyleFetchedImage.cpp |
+++ b/third_party/WebKit/Source/core/style/StyleFetchedImage.cpp |
@@ -95,14 +95,9 @@ LayoutSize StyleFetchedImage::imageSize(const LayoutObject* layoutObject, float |
return m_image->imageSize(LayoutObject::shouldRespectImageOrientation(layoutObject), multiplier); |
} |
-bool StyleFetchedImage::imageHasRelativeWidth() const |
+bool StyleFetchedImage::imageHasRelativeSize() const |
{ |
- return m_image->imageHasRelativeWidth(); |
-} |
- |
-bool StyleFetchedImage::imageHasRelativeHeight() const |
-{ |
- return m_image->imageHasRelativeHeight(); |
+ return m_image->imageHasRelativeSize(); |
} |
void StyleFetchedImage::computeIntrinsicDimensions(const LayoutObject*, Length& intrinsicWidth, Length& intrinsicHeight, FloatSize& intrinsicRatio) |