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 bfc41aa64596d66496734449367d79c4e7ade426..ed3fa7d6f2ee49ac7f152ec6d39bc39576466136 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(); } |