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 d00d86c2e6a0c579e28283517a29bf1daec0d285..714058ec55853bc0cf0dfa51c29601c0f22f0525 100644 |
--- a/third_party/WebKit/Source/core/css/CSSImageGeneratorValue.h |
+++ b/third_party/WebKit/Source/core/css/CSSImageGeneratorValue.h |
@@ -57,7 +57,7 @@ class CORE_EXPORT CSSImageGeneratorValue : public CSSValue { |
void AddClient(const LayoutObject*, const IntSize&); |
void RemoveClient(const LayoutObject*); |
- PassRefPtr<Image> GetImage(const LayoutObject&, const IntSize&, float zoom); |
+ PassRefPtr<Image> GetImage(const LayoutObject&, const IntSize&); |
bool IsFixedSize() const; |
IntSize FixedSize(const LayoutObject&, const FloatSize& default_object_size); |