| Index: public/web/WebFrameClient.h
|
| diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h
|
| index ce7eb230fd53dc8c13d651ff6db79726a13950a7..dec2e8c394ba96e1fdec8f33687ef1af3df9a3d0 100644
|
| --- a/public/web/WebFrameClient.h
|
| +++ b/public/web/WebFrameClient.h
|
| @@ -243,6 +243,9 @@ public:
|
| virtual void didChangeResourcePriority(
|
| WebFrame*, unsigned identifier, const blink::WebURLRequest::Priority&) { }
|
|
|
| + virtual void didChangeResourcePriority(
|
| + WebFrame* webFrame, unsigned identifier, const blink::WebURLRequest::Priority& priority, int) { didChangeResourcePriority(webFrame, identifier, priority); }
|
| +
|
| // The resource request given by identifier succeeded.
|
| virtual void didFinishResourceLoad(
|
| WebFrame*, unsigned identifier) { }
|
|
|