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 a292a34f196808713c01670b58dc443993978751..bee447205dfa0feafc11254f25c67b2290490fca 100644 |
--- a/third_party/WebKit/Source/core/style/StylePendingImage.h |
+++ b/third_party/WebKit/Source/core/style/StylePendingImage.h |
@@ -80,8 +80,7 @@ class StylePendingImage final : public StyleImage { |
void AddClient(LayoutObject*) override {} |
void RemoveClient(LayoutObject*) override {} |
PassRefPtr<Image> GetImage(const LayoutObject&, |
- const IntSize&, |
- float) const override { |
+ const IntSize&) const override { |
NOTREACHED(); |
return nullptr; |
} |