| Index: win8/metro_driver/ime/text_service.cc
|
| diff --git a/win8/metro_driver/ime/text_service.cc b/win8/metro_driver/ime/text_service.cc
|
| index d9015cad7486a477f4925a9dfa4e99aa32240268..de82a78969ca0062187efb70a0fd8f2c037825f3 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
|
|
|