summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorbryeung@chromium.org <bryeung@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-20 19:38:16 +0000
committerbryeung@chromium.org <bryeung@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-20 19:38:16 +0000
commitf4e67bc66bd8191a7841f77d7fae1245bdc6cf96 (patch)
tree317728b0382f43faa389d187a4b66b11937e9b3f /ui
parente52ce13e6888ed15f1e2928d4d46d13aa3e7763b (diff)
downloadchromium_src-f4e67bc66bd8191a7841f77d7fae1245bdc6cf96.zip
chromium_src-f4e67bc66bd8191a7841f77d7fae1245bdc6cf96.tar.gz
chromium_src-f4e67bc66bd8191a7841f77d7fae1245bdc6cf96.tar.bz2
Clean-up EventHandler class comment.
BUG=none TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/11573067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174207 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui')
-rw-r--r--ui/base/events/event_handler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/base/events/event_handler.h b/ui/base/events/event_handler.h
index b4ed5fd..92d164a 100644
--- a/ui/base/events/event_handler.h
+++ b/ui/base/events/event_handler.h
@@ -23,8 +23,8 @@ class MouseEvent;
class ScrollEvent;
class TouchEvent;
-// Dispatches events to appropriate targets. The default implementations return
-// ER_UNHANDLED for all events.
+// Dispatches events to appropriate targets. The default implementations of
+// all of the specific handlers (e.g. OnKeyEvent, OnMouseEvent) do nothing.
class UI_EXPORT EventHandler {
public:
EventHandler();