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

Unified Diff: mojo/services/view_manager/node_delegate.h

Issue 474883003: Move focus from the view manager to the window manager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 4 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
Index: mojo/services/view_manager/node_delegate.h
diff --git a/mojo/services/view_manager/node_delegate.h b/mojo/services/view_manager/node_delegate.h
index 6e25840fecc8278599740533594ae014a3456bbd..5db052dfc15c78553c6aa3b131ef4012a0c19f1d 100644
--- a/mojo/services/view_manager/node_delegate.h
+++ b/mojo/services/view_manager/node_delegate.h
@@ -35,10 +35,6 @@ class MOJO_VIEW_MANAGER_EXPORT NodeDelegate {
const gfx::Rect& old_bounds,
const gfx::Rect& new_bounds) = 0;
- // Invoked when an input event is received by a node.
- virtual void OnNodeInputEvent(const Node* node,
- const ui::Event* event) = 0;
-
protected:
virtual ~NodeDelegate() {}
};

Powered by Google App Engine
This is Rietveld 408576698