Index: third_party/WebKit/Source/core/style/StyleGeneratedImage.h |
diff --git a/third_party/WebKit/Source/core/style/StyleGeneratedImage.h b/third_party/WebKit/Source/core/style/StyleGeneratedImage.h |
index 1ab1ad6301fb1e283f4248d01082c9ed65e00b15..8f15e870fa04ac228073888ad58383ed6affd79f 100644 |
--- a/third_party/WebKit/Source/core/style/StyleGeneratedImage.h |
+++ b/third_party/WebKit/Source/core/style/StyleGeneratedImage.h |
@@ -51,8 +51,7 @@ class CORE_EXPORT StyleGeneratedImage 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; |
bool KnownToBeOpaque(const LayoutObject&) const override; |
DECLARE_VIRTUAL_TRACE(); |