diff options
Diffstat (limited to 'webkit/tools/test_shell/webview_host.h')
-rw-r--r-- | webkit/tools/test_shell/webview_host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/tools/test_shell/webview_host.h b/webkit/tools/test_shell/webview_host.h index 86dba37..c1bee42 100644 --- a/webkit/tools/test_shell/webview_host.h +++ b/webkit/tools/test_shell/webview_host.h @@ -21,7 +21,7 @@ class WebViewHost : public WebWidgetHost { // The new instance is deleted once the associated NativeView is destroyed. // The newly created window should be resized after it is created, using the // MoveWindow (or equivalent) function. - static WebViewHost* Create(gfx::NativeWindow parent_window, + static WebViewHost* Create(gfx::NativeView parent_view, WebViewDelegate* delegate, const WebPreferences& prefs); |