| 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..ee1658024b929c93d8b76b53777c52bf48c007c3 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 imageSize(const LayoutObject*, float /*multiplier*/, const LayoutSize& /*defaultObjectSize*/) 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; }
|
|
|