summaryrefslogtreecommitdiffstats
path: root/win8/metro_driver
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-08 16:41:23 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-08 16:41:23 +0000
commit641dcfd54a64f53c356f10373d7ee70d3342cae8 (patch)
tree98a90fe540025e96a5e155567d3da1dfab34361a /win8/metro_driver
parent6a617b58c1229bb0dce0727dc8a97f20df973baf (diff)
downloadchromium_src-641dcfd54a64f53c356f10373d7ee70d3342cae8.zip
chromium_src-641dcfd54a64f53c356f10373d7ee70d3342cae8.tar.gz
chromium_src-641dcfd54a64f53c356f10373d7ee70d3342cae8.tar.bz2
Rename RootWindowHost to WindowTreeHost
TBR=sky@chromium.org http://crbug.com/308843 Review URL: https://codereview.chromium.org/126513004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243578 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'win8/metro_driver')
-rw-r--r--win8/metro_driver/ime/text_service.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/win8/metro_driver/ime/text_service.cc b/win8/metro_driver/ime/text_service.cc
index d9015ca..de82a78 100644
--- a/win8/metro_driver/ime/text_service.cc
+++ b/win8/metro_driver/ime/text_service.cc
@@ -46,7 +46,7 @@
// TextServiceImpl
// -> ChromeAppViewAsh
// -- (process boundary) --
-// -> RemoteRootWindowHostWin
+// -> RemoteWindowTreeHostWin
// -> RemoteInputMethodWin
//
// browser process -> metro_driver process
@@ -55,7 +55,7 @@
// - MetroViewerHostMsg_ImeTextInputClientUpdated
// Message Routing:
// RemoteInputMethodWin
-// -> RemoteRootWindowHostWin
+// -> RemoteWindowTreeHostWin
// -- (process boundary) --
// -> ChromeAppViewAsh
// -> TextServiceImpl