| Index: public/web/WebFrameClient.h
|
| diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h
|
| index eb49a52886daf2627bb3f0b3fb6996a39fca9028..2ea883eba0c4cb763adcdf1c7030b8f3020f8cca 100644
|
| --- a/public/web/WebFrameClient.h
|
| +++ b/public/web/WebFrameClient.h
|
| @@ -270,6 +270,9 @@ public:
|
| virtual void didChangeResourcePriority(
|
| WebLocalFrame*, 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(
|
| WebLocalFrame*, unsigned identifier) { }
|
|
|