Index: third_party/WebKit/Source/core/css/CSSImageGeneratorValue.h |
diff --git a/third_party/WebKit/Source/core/css/CSSImageGeneratorValue.h b/third_party/WebKit/Source/core/css/CSSImageGeneratorValue.h |
index bb378f6d3e9ac4728339139d410a8678089d7b62..759c7b10410fbd6f8b0f5532c7fed4c0d792b4a7 100644 |
--- a/third_party/WebKit/Source/core/css/CSSImageGeneratorValue.h |
+++ b/third_party/WebKit/Source/core/css/CSSImageGeneratorValue.h |
@@ -60,7 +60,7 @@ public: |
void addClient(const LayoutObject*, const IntSize&); |
void removeClient(const LayoutObject*); |
- PassRefPtr<Image> image(const LayoutObject&, const IntSize&); |
+ PassRefPtr<Image> image(const LayoutObject&, const IntSize&, float zoom); |
bool isFixedSize() const; |
IntSize fixedSize(const LayoutObject&, const FloatSize& defaultObjectSize); |