Index: trunk/src/ui/aura/remote_window_tree_host_win.h |
=================================================================== |
--- trunk/src/ui/aura/remote_window_tree_host_win.h (revision 255398) |
+++ trunk/src/ui/aura/remote_window_tree_host_win.h (working copy) |
@@ -247,7 +247,7 @@ |
const std::vector<gfx::Rect>& composition_character_bounds) OVERRIDE; |
// Helper function to dispatch a keyboard message to the desired target. |
- // The default target is the WindowEventDispatcher. For nested message loop |
+ // The default target is the WindowTreeHostDelegate. For nested message loop |
// invocations we post a synthetic keyboard message directly into the message |
// loop. The dispatcher for the nested loop would then decide how this |
// message is routed. |