| 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 b693cb775ac08053fd00084d121997de4907e256..e47371155d124717d474645611a11be033db8f05 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSPaintValue.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSPaintValue.h
|
| @@ -31,7 +31,10 @@ class CSSPaintValue : public CSSImageGeneratorValue {
|
|
|
| String GetName() const;
|
|
|
| - PassRefPtr<Image> GetImage(const LayoutObject&, const IntSize&);
|
| + PassRefPtr<Image> GetImage(const ImageResourceObserver&,
|
| + const Document&,
|
| + const ComputedStyle&,
|
| + const IntSize&);
|
| bool IsFixedSize() const { return false; }
|
| IntSize FixedSize(const Document&) { return IntSize(); }
|
|
|
|
|