Index: third_party/WebKit/Source/core/css/CSSPaintImageGenerator.h |
diff --git a/third_party/WebKit/Source/core/css/CSSPaintImageGenerator.h b/third_party/WebKit/Source/core/css/CSSPaintImageGenerator.h |
index 4787ae462bc05d14f471d6c002245467bd6355cf..7d02a7225e73e4b0819d70033097e54a30ae5410 100644 |
--- a/third_party/WebKit/Source/core/css/CSSPaintImageGenerator.h |
+++ b/third_party/WebKit/Source/core/css/CSSPaintImageGenerator.h |
@@ -49,7 +49,6 @@ class CORE_EXPORT CSSPaintImageGenerator |
// representing an invalid image if an error occurred. |
virtual PassRefPtr<Image> Paint(const LayoutObject&, |
const IntSize&, |
- float zoom, |
const CSSStyleValueVector*) = 0; |
virtual const Vector<CSSPropertyID>& NativeInvalidationProperties() const = 0; |