| 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 58da3b98ed886d74b49ce03e40d0007dafa0a57e..95f8c6e1126bb22d16ad798b7e4f67a1b4ee7cb5 100644
|
| --- a/third_party/WebKit/Source/core/style/StylePendingImage.h
|
| +++ b/third_party/WebKit/Source/core/style/StylePendingImage.h
|
| @@ -63,7 +63,7 @@ public:
|
|
|
| LayoutSize imageSize(const LayoutObject*, float /*multiplier*/) const override { return LayoutSize(); }
|
| bool imageHasRelativeSize() const override { return false; }
|
| - void computeIntrinsicDimensions(const LayoutObject*, Length& /* intrinsicWidth */ , Length& /* intrinsicHeight */, FloatSize& /* intrinsicRatio */) override { }
|
| + void computeIntrinsicDimensions(const LayoutObject*, FloatSize& /* intrinsicSize */, FloatSize& /* intrinsicRatio */) override { }
|
| bool usesImageContainerSize() const override { return false; }
|
| void addClient(LayoutObject*) override { }
|
| void removeClient(LayoutObject*) override { }
|
|
|