summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authoragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-11 21:50:41 +0000
committeragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-11 21:50:41 +0000
commit5590f8286b568b29e67f0d575dad0cb84f071e87 (patch)
tree76a5cc4ce0cdb148a3a4d258104e1f249878bc91 /chrome/common
parent35a61135047d83c9b87fdb57f86367c05efeeb26 (diff)
downloadchromium_src-5590f8286b568b29e67f0d575dad0cb84f071e87.zip
chromium_src-5590f8286b568b29e67f0d575dad0cb84f071e87.tar.gz
chromium_src-5590f8286b568b29e67f0d575dad0cb84f071e87.tar.bz2
Rename ViewHandle to NativeView et al.
ViewHandle is a very unfortunate name when we actually start dealing with views, so we are renaming the cross-platform typedefs to make it clear that they refer to platform specific native UI elements. Review URL: http://codereview.chromium.org/13754 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6826 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/render_messages_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h
index 96d7d89..a852732 100644
--- a/chrome/common/render_messages_internal.h
+++ b/chrome/common/render_messages_internal.h
@@ -826,7 +826,7 @@ IPC_BEGIN_MESSAGES(ViewHost, 2)
// Returns ScreenInfo corresponding to the given window.
IPC_SYNC_MESSAGE_CONTROL1_1(ViewHostMsg_GetScreenInfo,
- gfx::ViewHandle /* window */,
+ gfx::NativeView /* window */,
webkit_glue::ScreenInfo /* results */)
// Send the tooltip text for the current mouse position to the browser.