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

Unified Diff: ui/base/events/event_handler.h

Issue 11414283: Revert 170641 because it broke mac-debug build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 1 month 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/base/events/event_dispatcher.cc ('k') | ui/base/events/event_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/events/event_handler.h
===================================================================
--- ui/base/events/event_handler.h (revision 170644)
+++ ui/base/events/event_handler.h (working copy)
@@ -28,10 +28,6 @@
EventHandler();
virtual ~EventHandler();
- // This is called for all events. The default implementation routes the event
- // to one of the event-specific callbacks (OnKeyEvent, OnMouseEvent etc.). If
- // this is overridden, then normally, the override should chain into the
- // default implementation for un-handled events.
virtual EventResult OnEvent(Event* event);
virtual EventResult OnKeyEvent(KeyEvent* event);
« no previous file with comments | « ui/base/events/event_dispatcher.cc ('k') | ui/base/events/event_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698