| Index: third_party/WebKit/Source/core/css/CSSImageSetValue.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSImageSetValue.h b/third_party/WebKit/Source/core/css/CSSImageSetValue.h
|
| index f5a1cd28409b95db016c1a2909a84e6940296200..1f92c4d3c82f27fc25b5f8199b2461868b5e7881 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSImageSetValue.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSImageSetValue.h
|
| @@ -47,7 +47,7 @@ public:
|
|
|
| bool isCachePending(float deviceScaleFactor) const;
|
| StyleImage* cachedImage(float deviceScaleFactor) const;
|
| - StyleImage* cacheImage(Document*, float deviceScaleFactor, CrossOriginAttributeValue = CrossOriginAttributeNotSet);
|
| + StyleImage* cacheImage(const Document&, float deviceScaleFactor, CrossOriginAttributeValue = CrossOriginAttributeNotSet);
|
|
|
| String customCSSText() const;
|
|
|
|
|