Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/core/style/StyleFetchedImageSet.h

Issue 1634133003: Condense Image::hasRelative{Width,Height}() into one (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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;

Powered by Google App Engine