| Index: third_party/WebKit/Source/core/style/StyleFetchedImage.h
|
| diff --git a/third_party/WebKit/Source/core/style/StyleFetchedImage.h b/third_party/WebKit/Source/core/style/StyleFetchedImage.h
|
| index 9b5c9ab3f9ed38a7690e98aacdd48b6bcec002f7..6d13020c617f32c5653d557699a7d2c9610754da 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleFetchedImage.h
|
| +++ b/third_party/WebKit/Source/core/style/StyleFetchedImage.h
|
| @@ -47,7 +47,7 @@ public:
|
| PassRefPtrWillBeRawPtr<CSSValue> cssValue() const override;
|
| PassRefPtrWillBeRawPtr<CSSValue> computedCSSValue() const override;
|
|
|
| - bool canRender(const LayoutObject&, float multiplier) const override;
|
| + bool canRender() const override;
|
| bool isLoaded() const override;
|
| bool errorOccurred() const override;
|
| LayoutSize imageSize(const LayoutObject*, float multiplier) const override;
|
|
|