| 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 c1160944571470f3e260ad00be7ba99fee4d48bd..99dbcd377e93c909f0b4788d5982da57142dca22 100644
|
| --- a/ui/aura/window_tree_host_x11.h
|
| +++ b/ui/aura/window_tree_host_x11.h
|
| @@ -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
|
|
|