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 59b56ba4d565964297352fdf9fc24b13abff97fe..069ab3cc83647125bf39aef80fe8e865065b8ead 100644 |
--- a/third_party/WebKit/Source/core/css/CSSPaintImageGenerator.h |
+++ b/third_party/WebKit/Source/core/css/CSSPaintImageGenerator.h |
@@ -39,7 +39,7 @@ public: |
// Invokes the CSS Paint API 'paint' callback. May return a nullptr |
// representing an invalid image if an error occurred. |
- virtual PassRefPtr<Image> paint(const LayoutObject&, const IntSize&) = 0; |
+ virtual PassRefPtr<Image> paint(const LayoutObject&, const IntSize&, float zoom) = 0; |
virtual const Vector<CSSPropertyID>& nativeInvalidationProperties() const = 0; |
virtual const Vector<AtomicString>& customInvalidationProperties() const = 0; |