Index: third_party/WebKit/Source/core/css/CSSPaintValue.h |
diff --git a/third_party/WebKit/Source/core/css/CSSPaintValue.h b/third_party/WebKit/Source/core/css/CSSPaintValue.h |
index 9b47049d3e1e0ffa87e6e4d492f161bfc174ca5f..06d46e2bd63cd86bc3237aaaad0015cd88c68baf 100644 |
--- a/third_party/WebKit/Source/core/css/CSSPaintValue.h |
+++ b/third_party/WebKit/Source/core/css/CSSPaintValue.h |
@@ -24,7 +24,7 @@ public: |
String name() const; |
- PassRefPtr<Image> image(const LayoutObject&, const IntSize&); |
+ PassRefPtr<Image> image(const LayoutObject&, const IntSize&, float zoom); |
bool isFixedSize() const { return false; } |
IntSize fixedSize(const LayoutObject&) { return IntSize(); } |