Index: ui/aura/window_tree_host_delegate.h |
diff --git a/ui/aura/window_tree_host_delegate.h b/ui/aura/window_tree_host_delegate.h |
index 4428f51557c8fe8063bef9f5bae7275420b915dd..bde25d8bdc9cb7725ef5f47626c78d698b23cfed 100644 |
--- a/ui/aura/window_tree_host_delegate.h |
+++ b/ui/aura/window_tree_host_delegate.h |
@@ -30,10 +30,6 @@ class RootWindow; |
// with their owning RootWindow. |
class AURA_EXPORT WindowTreeHostDelegate { |
public: |
- virtual bool OnHostKeyEvent(ui::KeyEvent* event) = 0; |
- virtual bool OnHostMouseEvent(ui::MouseEvent* event) = 0; |
- virtual bool OnHostScrollEvent(ui::ScrollEvent* event) = 0; |
- virtual bool OnHostTouchEvent(ui::TouchEvent* event) = 0; |
virtual void OnHostCancelMode() = 0; |
// Called when the windowing system activates the window. |