| Index: trunk/src/mojo/services/view_manager/node.h
|
| ===================================================================
|
| --- trunk/src/mojo/services/view_manager/node.h (revision 273734)
|
| +++ trunk/src/mojo/services/view_manager/node.h (working copy)
|
| @@ -86,9 +86,6 @@
|
| 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_;
|
|
|
|
|