Index: ui/aura/window_tree_host_ozone.h |
diff --git a/ui/aura/window_tree_host_ozone.h b/ui/aura/window_tree_host_ozone.h |
index 1e1d526c067d8869ba417b5c6f4bf2fe44000d99..a2c0746cc66b0c340f3f6807f0c64bffefcb5390 100644 |
--- a/ui/aura/window_tree_host_ozone.h |
+++ b/ui/aura/window_tree_host_ozone.h |
@@ -29,6 +29,7 @@ class AURA_EXPORT WindowTreeHostOzone : public WindowTreeHost, |
virtual uint32_t DispatchEvent(const ui::PlatformEvent& event) OVERRIDE; |
// WindowTreeHost: |
+ virtual ui::EventSource* GetEventSource() OVERRIDE; |
virtual gfx::AcceleratedWidget GetAcceleratedWidget() OVERRIDE; |
virtual void Show() OVERRIDE; |
virtual void Hide() OVERRIDE; |