| Index: third_party/WebKit/Source/core/style/StyleFetchedImage.cpp
|
| diff --git a/third_party/WebKit/Source/core/style/StyleFetchedImage.cpp b/third_party/WebKit/Source/core/style/StyleFetchedImage.cpp
|
| index bcc28575da3c99ab066bd16c2c188d5bd8d42ec8..099b40708f59cff71ce307a075b4dd88ec86cb15 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleFetchedImage.cpp
|
| +++ b/third_party/WebKit/Source/core/style/StyleFetchedImage.cpp
|
| @@ -66,9 +66,9 @@ PassRefPtrWillBeRawPtr<CSSValue> StyleFetchedImage::computedCSSValue() const
|
| return cssValue();
|
| }
|
|
|
| -bool StyleFetchedImage::canRender(const LayoutObject& layoutObject, float multiplier) const
|
| +bool StyleFetchedImage::canRender() const
|
| {
|
| - return m_image->canRender(layoutObject, multiplier);
|
| + return m_image->canRender();
|
| }
|
|
|
| bool StyleFetchedImage::isLoaded() const
|
|
|