| Index: ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h
|
| diff --git a/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h b/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h
|
| index 787372d9c26811da951f50cd56db9e47398a5f21..73e9e3e6fa7d4b15eb2c0516afe973292397b108 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h
|
| +++ b/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h
|
| @@ -209,6 +209,9 @@ class VIEWS_EXPORT DesktopWindowTreeHostX11
|
| // and dispatched to that host instead.
|
| void DispatchTouchEvent(ui::TouchEvent* event);
|
|
|
| + // Dispatches a key event.
|
| + void DispatchKeyEvent(ui::KeyEvent* event);
|
| +
|
| // Updates the location of |located_event| to be in |host|'s coordinate system
|
| // so that it can be dispatched to |host|.
|
| void ConvertEventToDifferentHost(ui::LocatedEvent* located_event,
|
|
|