| 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 d088d68540963508f6bf294a6b5ac901ec7942a8..b9e7b30cb3ce619068a2a4ae1584b85ed5c70d1a 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSImageValue.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSImageValue.h
|
| @@ -24,6 +24,7 @@
|
| #include "core/CoreExport.h"
|
| #include "core/css/CSSValue.h"
|
| #include "platform/CrossOriginAttributeValue.h"
|
| +#include "platform/loader/fetch/FetchParameters.h"
|
| #include "platform/weborigin/Referrer.h"
|
| #include "platform/wtf/RefPtr.h"
|
|
|
| @@ -63,6 +64,7 @@ class CORE_EXPORT CSSImageValue : public CSSValue {
|
| }
|
| StyleImage* CacheImage(
|
| const Document&,
|
| + FetchParameters::PlaceholderImageRequestType,
|
| CrossOriginAttributeValue = kCrossOriginAttributeNotSet);
|
|
|
| const String& Url() const { return absolute_url_; }
|
|
|