Index: ui/aura/root_window.h |
diff --git a/ui/aura/root_window.h b/ui/aura/root_window.h |
index faaf9843a09305149647d0b2a9ee48eff2e1047f..90b9f854757bae2f641b32c661c7b7df86173eb5 100644 |
--- a/ui/aura/root_window.h |
+++ b/ui/aura/root_window.h |
@@ -267,10 +267,6 @@ class AURA_EXPORT RootWindow : public ui::EventProcessor, |
ui::LayerAnimationSequence* animation) OVERRIDE; |
// Overridden from aura::WindowTreeHostDelegate: |
- virtual bool OnHostKeyEvent(ui::KeyEvent* event) OVERRIDE; |
- virtual bool OnHostMouseEvent(ui::MouseEvent* event) OVERRIDE; |
- virtual bool OnHostScrollEvent(ui::ScrollEvent* event) OVERRIDE; |
- virtual bool OnHostTouchEvent(ui::TouchEvent* event) OVERRIDE; |
virtual void OnHostCancelMode() OVERRIDE; |
virtual void OnHostActivated() OVERRIDE; |
virtual void OnHostLostWindowCapture() OVERRIDE; |