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

Unified Diff: ui/aura/window_tree_host_delegate.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/window_targeter_unittest.cc ('k') | ui/aura/window_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « ui/aura/window_targeter_unittest.cc ('k') | ui/aura/window_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698