| Index: third_party/WebKit/Source/core/style/StyleFetchedImageSet.h
|
| diff --git a/third_party/WebKit/Source/core/style/StyleFetchedImageSet.h b/third_party/WebKit/Source/core/style/StyleFetchedImageSet.h
|
| index 6b5b1419009be02ae4c5422f603dc563badd72a7..1805cb498c9480e144873950e4164534b24b70db 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleFetchedImageSet.h
|
| +++ b/third_party/WebKit/Source/core/style/StyleFetchedImageSet.h
|
| @@ -59,7 +59,7 @@ public:
|
| void clearImageSetValue() { m_imageSetValue = nullptr; }
|
| #endif
|
|
|
| - 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;
|
|
|