Index: trunk/src/ui/aura/window_tree_host_x11.h |
=================================================================== |
--- trunk/src/ui/aura/window_tree_host_x11.h (revision 255398) |
+++ trunk/src/ui/aura/window_tree_host_x11.h (working copy) |
@@ -90,7 +90,7 @@ |
void SetCursorInternal(gfx::NativeCursor cursor); |
// Translates the native mouse location into screen coordinates and and |
- // dispatches the event via WindowEventDispatcher. |
+ // dispatches the event to WindowTreeHostDelegate. |
void TranslateAndDispatchMouseEvent(ui::MouseEvent* event); |
// Update is_internal_display_ based on delegate_ state |