| 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 5bf558bdb55eb59a54a0fdb1fa37d2ecc475dc43..0e8cebf2052256133a6a74d44225178e3f78fd80 100644
|
| --- a/third_party/WebKit/public/web/WebFrameClient.h
|
| +++ b/third_party/WebKit/public/web/WebFrameClient.h
|
| @@ -397,6 +397,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*) {}
|
|
|
|
|