Index: ui/aura/remote_window_tree_host_win.h |
diff --git a/ui/aura/remote_window_tree_host_win.h b/ui/aura/remote_window_tree_host_win.h |
index 887f01f0086b99316d701c66b9abac4a62f70086..2ba8b7982214089f9af36f1ff60cbab7a5317ab9 100644 |
--- a/ui/aura/remote_window_tree_host_win.h |
+++ b/ui/aura/remote_window_tree_host_win.h |
@@ -222,6 +222,7 @@ class AURA_EXPORT RemoteWindowTreeHostWin |
void OnImeInputSourceChanged(uint16 language_id, bool is_ime); |
// WindowTreeHost overrides: |
+ virtual ui::EventSource* GetEventSource() OVERRIDE; |
virtual gfx::AcceleratedWidget GetAcceleratedWidget() OVERRIDE; |
virtual void Show() OVERRIDE; |
virtual void Hide() OVERRIDE; |