Index: third_party/WebKit/Source/core/style/StylePendingImage.h |
diff --git a/third_party/WebKit/Source/core/style/StylePendingImage.h b/third_party/WebKit/Source/core/style/StylePendingImage.h |
index 95f8c6e1126bb22d16ad798b7e4f67a1b4ee7cb5..09ce211a8584458471e5c7b7863ac64d417bed8d 100644 |
--- a/third_party/WebKit/Source/core/style/StylePendingImage.h |
+++ b/third_party/WebKit/Source/core/style/StylePendingImage.h |
@@ -61,7 +61,7 @@ public: |
CSSCursorImageValue* cssCursorImageValue() const { return m_value->isCursorImageValue() ? toCSSCursorImageValue(m_value.get()) : 0; } |
CSSImageSetValue* cssImageSetValue() const { return m_value->isImageSetValue() ? toCSSImageSetValue(m_value.get()) : 0; } |
- LayoutSize imageSize(const LayoutObject*, float /*multiplier*/) const override { return LayoutSize(); } |
+ LayoutSize concreteObjectSize(const LayoutObject*, const FloatSize& /*defaultObjectSize*/, float /*multiplier*/) const override { return LayoutSize(); } |
bool imageHasRelativeSize() const override { return false; } |
void computeIntrinsicDimensions(const LayoutObject*, FloatSize& /* intrinsicSize */, FloatSize& /* intrinsicRatio */) override { } |
bool usesImageContainerSize() const override { return false; } |