| Index: third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameFetchContext.h b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| index b42494f384fef2c82ea7b3f8028d2eb6bb87c913..6841d3ce513874a4bb23b9c14f8ca0f4e586348e 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| @@ -72,7 +72,8 @@ class CORE_EXPORT FrameFetchContext final : public FetchContext {
|
| WebCachePolicy resourceRequestCachePolicy(
|
| const ResourceRequest&,
|
| Resource::Type,
|
| - FetchRequest::DeferOption) const override;
|
| + FetchRequest::DeferOption,
|
| + std::pair<AtomicString, AtomicString>&) const override;
|
| void dispatchDidChangeResourcePriority(unsigned long identifier,
|
| ResourceLoadPriority,
|
| int intraPriorityValue) override;
|
|
|