Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(268)

Unified Diff: ui/aura/root_window.h

Issue 147203004: aura: Remove event-dispatch methods from WindowTreeHostDelegate interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: win Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/aura/remote_root_window_host_win.cc ('k') | ui/aura/root_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « ui/aura/remote_root_window_host_win.cc ('k') | ui/aura/root_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698