| Index: third_party/WebKit/Source/core/loader/resource/StyleSheetResourceClient.h
|
| diff --git a/third_party/WebKit/Source/core/loader/resource/StyleSheetResourceClient.h b/third_party/WebKit/Source/core/loader/resource/StyleSheetResourceClient.h
|
| index f4ead5cc6fed3be50081d401fa09e98d5c28b0a5..4e9eaf129901fba19b6eb8f09f8046fea2262cfa 100644
|
| --- a/third_party/WebKit/Source/core/loader/resource/StyleSheetResourceClient.h
|
| +++ b/third_party/WebKit/Source/core/loader/resource/StyleSheetResourceClient.h
|
| @@ -29,6 +29,7 @@
|
| #include "core/CoreExport.h"
|
| #include "platform/loader/fetch/ResourceClient.h"
|
| #include "platform/weborigin/KURL.h"
|
| +#include "platform/weborigin/ReferrerPolicy.h"
|
| #include "wtf/Forward.h"
|
|
|
| namespace blink {
|
| @@ -44,6 +45,7 @@ class CORE_EXPORT StyleSheetResourceClient : public ResourceClient {
|
| }
|
| virtual void setCSSStyleSheet(const String& /* href */,
|
| const KURL& /* baseURL */,
|
| + ReferrerPolicy,
|
| const String& /* charset */,
|
| const CSSStyleSheetResource*) {}
|
| virtual void setXSLStyleSheet(const String& /* href */,
|
|
|