| 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 2353b4f40efb1417fd18d08a28ca5a0d53556f25..96906e8f3b9ae0cdf7acee3e6a18cfa1f2a1dda8 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSPaintValue.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSPaintValue.h
|
| @@ -31,7 +31,7 @@ class CSSPaintValue : public CSSImageGeneratorValue {
|
|
|
| String GetName() const;
|
|
|
| - PassRefPtr<Image> GetImage(const LayoutObject&, const IntSize&, float zoom);
|
| + PassRefPtr<Image> GetImage(const LayoutObject&, const IntSize&);
|
| bool IsFixedSize() const { return false; }
|
| IntSize FixedSize(const LayoutObject&) { return IntSize(); }
|
|
|
|
|