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

Unified Diff: ui/aura/window.cc

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/aura/window.h ('k') | ui/events/event_dispatcher_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/window.cc
diff --git a/ui/aura/window.cc b/ui/aura/window.cc
index a6c3226f45035eb94119bb3fe3b7c0ab59c01838..33cf5b06750b86d5e2f34a480b246db74d3a7513 100644
--- a/ui/aura/window.cc
+++ b/ui/aura/window.cc
@@ -1415,7 +1415,7 @@ ui::EventTarget* Window::GetParentTarget() {
return parent_;
}
-scoped_ptr<ui::EventTargetIterator> Window::GetChildIterator() const {
+scoped_ptr<ui::EventTargetIterator> Window::GetChildIterator() {
return scoped_ptr<ui::EventTargetIterator>(
new ui::EventTargetIteratorImpl<Window>(children()));
}
« no previous file with comments | « ui/aura/window.h ('k') | ui/events/event_dispatcher_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698