Index: third_party/WebKit/Source/core/css/CSSImageValue.h |
diff --git a/third_party/WebKit/Source/core/css/CSSImageValue.h b/third_party/WebKit/Source/core/css/CSSImageValue.h |
index 5ec97cdb92790aa4bd3cb4656906b34b305f06ff..7fec0906ad10355f818303860676526bfabd9a8b 100644 |
--- a/third_party/WebKit/Source/core/css/CSSImageValue.h |
+++ b/third_party/WebKit/Source/core/css/CSSImageValue.h |
@@ -22,7 +22,7 @@ |
#define CSSImageValue_h |
#include "core/css/CSSValue.h" |
-#include "core/fetch/ResourceFetcher.h" |
+#include "platform/CrossOriginAttributeValue.h" |
#include "platform/weborigin/Referrer.h" |
#include "wtf/RefPtr.h" |
@@ -52,8 +52,7 @@ public: |
bool isCachePending() const { return m_isCachePending; } |
StyleFetchedImage* cachedImage() const { ASSERT(!isCachePending()); return m_cachedImage.get(); } |
- StyleFetchedImage* cacheImage(Document*, const ResourceLoaderOptions&); |
- StyleFetchedImage* cacheImage(Document* document) { return cacheImage(document, ResourceFetcher::defaultResourceOptions()); } |
+ StyleFetchedImage* cacheImage(Document*, CrossOriginAttributeValue = CrossOriginAttributeNotSet); |
const String& url() { return m_absoluteURL; } |