| 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 ed3fa7d6f2ee49ac7f152ec6d39bc39576466136..2f7170dcc3e8d14580a0e582014ea973857811c0 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSPaintValue.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSPaintValue.h
|
| @@ -31,7 +31,7 @@ public:
|
| bool isPending() const { return true; }
|
| bool knownToBeOpaque(const LayoutObject&) const;
|
|
|
| - void loadSubimages(Document*) { }
|
| + void loadSubimages(const Document&) { }
|
|
|
| bool equals(const CSSPaintValue&) const;
|
|
|
|
|