| 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 9095c3ccc3275d9992cd91f96b1091796c4a1459..6e339ea426c082bec2a40411943fadb748f42de7 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSImageSetValue.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSImageSetValue.h
|
| @@ -27,7 +27,7 @@
|
| #define CSSImageSetValue_h
|
|
|
| #include "core/css/CSSValueList.h"
|
| -#include "core/fetch/ResourceLoaderOptions.h"
|
| +#include "platform/CrossOriginAttributeValue.h"
|
| #include "platform/weborigin/Referrer.h"
|
| #include "wtf/Allocator.h"
|
|
|
| @@ -47,8 +47,7 @@ public:
|
|
|
| bool isCachePending(float deviceScaleFactor) const;
|
| StyleFetchedImageSet* cachedImageSet(float deviceScaleFactor) const;
|
| - StyleFetchedImageSet* cacheImageSet(Document*, float deviceScaleFactor, const ResourceLoaderOptions&);
|
| - StyleFetchedImageSet* cacheImageSet(Document*, float deviceScaleFactor);
|
| + StyleFetchedImageSet* cacheImageSet(Document*, float deviceScaleFactor, CrossOriginAttributeValue = CrossOriginAttributeNotSet);
|
|
|
| String customCSSText() const;
|
|
|
|
|