Index: third_party/WebKit/Source/core/style/StyleFetchedImageSet.h |
diff --git a/third_party/WebKit/Source/core/style/StyleFetchedImageSet.h b/third_party/WebKit/Source/core/style/StyleFetchedImageSet.h |
index 2eb58d1f815eba6855570a9abb5613aa9232d6dd..640aea5e5f415717766b17b543bafd545d2a196b 100644 |
--- a/third_party/WebKit/Source/core/style/StyleFetchedImageSet.h |
+++ b/third_party/WebKit/Source/core/style/StyleFetchedImageSet.h |
@@ -64,8 +64,7 @@ public: |
bool isLoaded() const override; |
bool errorOccurred() const override; |
LayoutSize imageSize(const LayoutObject*, float multiplier) const override; |
- bool imageHasRelativeWidth() const override; |
- bool imageHasRelativeHeight() const override; |
+ bool imageHasRelativeSize() const override; |
void computeIntrinsicDimensions(const LayoutObject*, Length& intrinsicWidth, Length& intrinsicHeight, FloatSize& intrinsicRatio) override; |
bool usesImageContainerSize() const override; |
void addClient(LayoutObject*) override; |