Index: webkit/glue/webview_impl.h |
=================================================================== |
--- webkit/glue/webview_impl.h (revision 25715) |
+++ webkit/glue/webview_impl.h (working copy) |
@@ -82,7 +82,7 @@ |
virtual void setTextDirection(WebKit::WebTextDirection direction); |
// WebView methods: |
- virtual void InitializeMainFrame(); |
+ virtual void InitializeMainFrame(WebKit::WebFrameClient* frame_client); |
virtual bool ShouldClose(); |
virtual void ClosePage(); |
virtual WebViewDelegate* GetDelegate(); |