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

Unified Diff: ui/events/event_target.h

Issue 724973003: Get event targetting working for mouse events. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: More comments, de-const a bunch of stuff in ui/. Created 6 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/events/event_dispatcher_unittest.cc ('k') | ui/events/event_target_iterator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/event_target.h
diff --git a/ui/events/event_target.h b/ui/events/event_target.h
index e8b14a6445851b3a5b2e00a9c5dae39c0a79da2e..0d44fa6e376c4031b7ab65af27c9c773cd0cf488 100644
--- a/ui/events/event_target.h
+++ b/ui/events/event_target.h
@@ -47,7 +47,7 @@ class EVENTS_EXPORT EventTarget : public EventHandler {
// Returns an iterator an EventTargeter can use to iterate over the list of
// child EventTargets.
- virtual scoped_ptr<EventTargetIterator> GetChildIterator() const = 0;
+ virtual scoped_ptr<EventTargetIterator> GetChildIterator() = 0;
// Returns the EventTargeter that should be used to find the target for an
// event in the subtree rooted at this EventTarget.
« no previous file with comments | « ui/events/event_dispatcher_unittest.cc ('k') | ui/events/event_target_iterator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698