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

Unified Diff: mojo/services/view_manager/node.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.h
diff --git a/mojo/services/view_manager/node.h b/mojo/services/view_manager/node.h
index d43386b01639211f189f302cf57d2bb35481d22e..4f11c86267689855be99960d7e02c632be2ebee2 100644
--- a/mojo/services/view_manager/node.h
+++ b/mojo/services/view_manager/node.h
@@ -90,9 +90,6 @@ class MOJO_VIEW_MANAGER_EXPORT Node
virtual bool HasHitTestMask() const OVERRIDE;
virtual void GetHitTestMask(gfx::Path* mask) const OVERRIDE;
- // ui::EventHandler overrides:
- virtual void OnEvent(ui::Event* event) OVERRIDE;
-
NodeDelegate* delegate_;
const NodeId id_;

Powered by Google App Engine
This is Rietveld 408576698