| Index: webkit/child/weburlloader_impl.h
|
| diff --git a/webkit/child/weburlloader_impl.h b/webkit/child/weburlloader_impl.h
|
| index 3cd200183bbc2b6591fec54a01872093e6858688..e941039e7f1e86684bf048695c4ce0f6e988fb92 100644
|
| --- a/webkit/child/weburlloader_impl.h
|
| +++ b/webkit/child/weburlloader_impl.h
|
| @@ -37,7 +37,8 @@ class WebURLLoaderImpl : public blink::WebURLLoader {
|
| blink::WebURLLoaderClient* client);
|
| virtual void cancel();
|
| virtual void setDefersLoading(bool value);
|
| - virtual void didChangePriority(blink::WebURLRequest::Priority new_priority);
|
| + virtual void didChangePriority(blink::WebURLRequest::Priority new_priority,
|
| + int intra_priority_value);
|
|
|
| private:
|
| class Context;
|
|
|