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 fb1f31fe4a687103d510adff2a989b614d419429..504f0239359c5b538ec59d91cceb8452d5e32815 100644 |
--- a/third_party/WebKit/Source/core/fetch/Resource.h |
+++ b/third_party/WebKit/Source/core/fetch/Resource.h |
@@ -132,7 +132,7 @@ public: |
void setOptions(const ResourceLoaderOptions& options) { m_options = options; } |
void didChangePriority(ResourceLoadPriority, int intraPriorityValue); |
- ResourcePriority priorityFromClients(); |
+ virtual ResourcePriority priorityFromClients() { return ResourcePriority(); } |
void addClient(ResourceClient*); |
void removeClient(ResourceClient*); |