| Index: third_party/WebKit/Source/core/fetch/Resource.h
|
| diff --git a/third_party/WebKit/Source/core/fetch/Resource.h b/third_party/WebKit/Source/core/fetch/Resource.h
|
| index 2dbe6047093258b07141c243a42112c24c8fd29b..4614d1fbaf77e4cbef8ab026d3a666769bdcf2ec 100644
|
| --- a/third_party/WebKit/Source/core/fetch/Resource.h
|
| +++ b/third_party/WebKit/Source/core/fetch/Resource.h
|
| @@ -129,6 +129,7 @@ public:
|
| void setOptions(const ResourceLoaderOptions& options) { m_options = options; }
|
|
|
| void didChangePriority(ResourceLoadPriority, int intraPriorityValue);
|
| + ResourcePriority priorityFromClients();
|
|
|
| void addClient(ResourceClient*);
|
| void removeClient(ResourceClient*);
|
|
|