diff options
Diffstat (limited to 'webkit/glue/webview_delegate.h')
-rw-r--r-- | webkit/glue/webview_delegate.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/webkit/glue/webview_delegate.h b/webkit/glue/webview_delegate.h index 2fe2351..892c25e 100644 --- a/webkit/glue/webview_delegate.h +++ b/webkit/glue/webview_delegate.h @@ -198,6 +198,12 @@ class WebViewDelegate : virtual public WebWidgetDelegate { virtual void WindowObjectCleared(WebFrame* webframe) { } + // Notifies that the documentElement for the document in a webframe has been + // created. This is called before anything else is parsed or executed for the + // document. + virtual void DocumentElementAvailable(WebFrame* webframe) { + } + // PolicyDelegate ---------------------------------------------------------- // This method is called to notify the delegate, and let it modify a |