| 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 5954a337a01b517cd22a9dd08964dd8e7d1fe692..8703940aa349a41b845823dea52abd3e65a42ed0 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSImageSetValue.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSImageSetValue.h
|
| @@ -28,6 +28,7 @@
|
|
|
| #include "core/css/CSSValueList.h"
|
| #include "platform/CrossOriginAttributeValue.h"
|
| +#include "platform/loader/fetch/FetchParameters.h"
|
| #include "platform/weborigin/Referrer.h"
|
| #include "platform/wtf/Allocator.h"
|
|
|
| @@ -46,6 +47,7 @@ class CSSImageSetValue : public CSSValueList {
|
| StyleImage* CacheImage(
|
| const Document&,
|
| float device_scale_factor,
|
| + FetchParameters::PlaceholderImageRequestType,
|
| CrossOriginAttributeValue = kCrossOriginAttributeNotSet);
|
|
|
| String CustomCSSText() const;
|
|
|