Index: third_party/WebKit/Source/core/style/StyleImage.h |
diff --git a/third_party/WebKit/Source/core/style/StyleImage.h b/third_party/WebKit/Source/core/style/StyleImage.h |
index 8d5df4080973d14ed630bc9170003825e7efe654..d5d96b70cbaf7261d35421de99f5278c1b8a119a 100644 |
--- a/third_party/WebKit/Source/core/style/StyleImage.h |
+++ b/third_party/WebKit/Source/core/style/StyleImage.h |
@@ -53,7 +53,7 @@ public: |
virtual PassRefPtrWillBeRawPtr<CSSValue> cssValue() const = 0; |
virtual PassRefPtrWillBeRawPtr<CSSValue> computedCSSValue() const = 0; |
- virtual bool canRender(const LayoutObject&, float /*multiplier*/) const { return true; } |
+ virtual bool canRender() const { return true; } |
virtual bool isLoaded() const { return true; } |
virtual bool errorOccurred() const { return false; } |
virtual LayoutSize imageSize(const LayoutObject*, float multiplier) const = 0; |