diff options
author | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-04 21:08:49 +0000 |
---|---|---|
committer | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-04 21:08:49 +0000 |
commit | 12cfaa392ab53fc30ad41e884ba5cd3cf7251b55 (patch) | |
tree | 870c660d91c97d2bf6b1241c96b91df17b88045e /webkit/tools/test_shell/webview_host.h | |
parent | d5c1af6b0da21c11e9327375d18fcd528023c7ad (diff) | |
download | chromium_src-12cfaa392ab53fc30ad41e884ba5cd3cf7251b55.zip chromium_src-12cfaa392ab53fc30ad41e884ba5cd3cf7251b55.tar.gz chromium_src-12cfaa392ab53fc30ad41e884ba5cd3cf7251b55.tar.bz2 |
Use gfx::NativeView instead of gfx::NativeWindow where appropriate. Switch to platform-specific types in the implementation files and change variable names to match the header. Based on cl 8783 by Evan Martin.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9171 0039d316-1c4b-4281-b951-d872f2087c98
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); |