Index: mojo/services/view_manager/node.h |
diff --git a/mojo/services/view_manager/node.h b/mojo/services/view_manager/node.h |
index f5896fdd92bcbbb0a6c3f76669192a3024f23fc4..533bc3b0b57a63010b43467d27ef2b170325c868 100644 |
--- a/mojo/services/view_manager/node.h |
+++ b/mojo/services/view_manager/node.h |
@@ -86,6 +86,9 @@ 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_; |