Index: third_party/WebKit/Source/core/style/StyleImage.h |
diff --git a/third_party/WebKit/Source/core/style/StyleImage.h b/third_party/WebKit/Source/core/style/StyleImage.h |
index 2450d23330d4109a3d8869230ca184d84fb47aa3..5bbdfceb335dd530b87d963e4691753f3f8659ee 100644 |
--- a/third_party/WebKit/Source/core/style/StyleImage.h |
+++ b/third_party/WebKit/Source/core/style/StyleImage.h |
@@ -58,8 +58,7 @@ public: |
virtual bool errorOccurred() const { return false; } |
virtual LayoutSize imageSize(const LayoutObject*, float multiplier) const = 0; |
virtual void computeIntrinsicDimensions(const LayoutObject*, Length& intrinsicWidth, Length& intrinsicHeight, FloatSize& intrinsicRatio) = 0; |
- virtual bool imageHasRelativeWidth() const = 0; |
- virtual bool imageHasRelativeHeight() const = 0; |
+ virtual bool imageHasRelativeSize() const = 0; |
virtual bool usesImageContainerSize() const = 0; |
virtual void addClient(LayoutObject*) = 0; |
virtual void removeClient(LayoutObject*) = 0; |