| Index: Source/core/loader/FrameLoaderClient.h
|
| diff --git a/Source/core/loader/FrameLoaderClient.h b/Source/core/loader/FrameLoaderClient.h
|
| index 36586f5ad50752f36d61aa984b071f83760bfa84..cbb4f8eb4b45d96b08e6536871d8469da1595175 100644
|
| --- a/Source/core/loader/FrameLoaderClient.h
|
| +++ b/Source/core/loader/FrameLoaderClient.h
|
| @@ -217,7 +217,7 @@ class FetchRequest;
|
| // If an HTML document is being loaded, informs the embedder that the document will have its <body> attached soon.
|
| virtual void dispatchWillInsertBody() { }
|
|
|
| - virtual void dispatchDidChangeResourcePriority(unsigned long /*identifier*/, ResourceLoadPriority) { }
|
| + virtual void dispatchDidChangeResourcePriority(unsigned long identifier, ResourceLoadPriority, int intraPriorityValue) { }
|
|
|
| virtual PassOwnPtr<blink::WebServiceWorkerProvider> createServiceWorkerProvider(PassOwnPtr<blink::WebServiceWorkerProviderClient>) = 0;
|
|
|
|
|