| 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 89d6311c3afdbf658cfd7baf6f89c79fddf1913a..5ae2c4056faf842385f995f79058134b60fc21e7 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSImageSetValue.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSImageSetValue.h
|
| @@ -46,7 +46,7 @@ public:
|
| ~CSSImageSetValue();
|
|
|
| bool isCachePending(float deviceScaleFactor) const;
|
| - StyleFetchedImageSet* cachedImageSet(float deviceScaleFactor);
|
| + StyleFetchedImageSet* cachedImageSet(float deviceScaleFactor) const;
|
| StyleFetchedImageSet* cacheImageSet(Document*, float deviceScaleFactor, const ResourceLoaderOptions&);
|
| StyleFetchedImageSet* cacheImageSet(Document*, float deviceScaleFactor);
|
|
|
|
|