Index: ui/aura/window_tree_host_x11.h |
diff --git a/ui/aura/window_tree_host_x11.h b/ui/aura/window_tree_host_x11.h |
index 99dbcd377e93c909f0b4788d5982da57142dca22..c1160944571470f3e260ad00be7ba99fee4d48bd 100644 |
--- a/ui/aura/window_tree_host_x11.h |
+++ b/ui/aura/window_tree_host_x11.h |
@@ -90,7 +90,7 @@ class AURA_EXPORT WindowTreeHostX11 : public WindowTreeHost, |
void SetCursorInternal(gfx::NativeCursor cursor); |
// Translates the native mouse location into screen coordinates and and |
- // dispatches the event to WindowTreeHostDelegate. |
+ // dispatches the event via WindowEventDispatcher. |
void TranslateAndDispatchMouseEvent(ui::MouseEvent* event); |
// Update is_internal_display_ based on delegate_ state |