Chromium Code Reviews| Index: ui/aura/window_tree_host.h |
| diff --git a/ui/aura/window_tree_host.h b/ui/aura/window_tree_host.h |
| index 55d119e9953818760613dcae9a0b47a80de6b9c1..91361e18c4d4521dc8d9e08138e2232b22d17413 100644 |
| --- a/ui/aura/window_tree_host.h |
| +++ b/ui/aura/window_tree_host.h |
| @@ -11,6 +11,7 @@ |
| #include "base/message_loop/message_loop.h" |
| #include "ui/aura/aura_export.h" |
| #include "ui/base/cursor/cursor.h" |
| +#include "ui/events/event_source.h" |
| #include "ui/gfx/native_widget_types.h" |
| namespace gfx { |
| @@ -111,6 +112,8 @@ class AURA_EXPORT WindowTreeHost { |
| gfx::NativeCursor last_cursor() const { return last_cursor_; } |
| + virtual ui::EventSource* GetEventSource() = 0; |
|
sadrul
2014/04/23 19:48:40
+ // Returns the EventSource responsible for dispa
mfomitchev
2014/04/23 20:05:40
Done.
|
| + |
| // Returns the accelerated widget. |
| virtual gfx::AcceleratedWidget GetAcceleratedWidget() = 0; |