| Index: third_party/WebKit/public/web/WebFrameClient.h
|
| diff --git a/third_party/WebKit/public/web/WebFrameClient.h b/third_party/WebKit/public/web/WebFrameClient.h
|
| index 5ba3b93a2b85ddd5f22fa2353442e56a32c44043..009ba7f7ea06813b52eafd164babd3e317d28b9e 100644
|
| --- a/third_party/WebKit/public/web/WebFrameClient.h
|
| +++ b/third_party/WebKit/public/web/WebFrameClient.h
|
| @@ -400,6 +400,10 @@ class BLINK_EXPORT WebFrameClient {
|
| virtual void runScriptsAtDocumentReady(WebLocalFrame*, bool documentIsEmpty) {
|
| }
|
|
|
| + // The frame's window.onload event is ready to fire. This method may delay
|
| + // window.onload by incrementing LoadEventDelayCount.
|
| + virtual void runScriptsAtDocumentIdle(WebLocalFrame*) {}
|
| +
|
| // The 'load' event was dispatched.
|
| virtual void didHandleOnloadEvents(WebLocalFrame*) {}
|
|
|
|
|