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

Unified Diff: ui/views/view.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/views/view.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/view.cc
diff --git a/ui/views/view.cc b/ui/views/view.cc
index 8c5fd8b69577da3a3377f86229270145b10021b6..e85f22865111a4c83f0ebe6f34ba98b34bee3a2d 100644
--- a/ui/views/view.cc
+++ b/ui/views/view.cc
@@ -1055,7 +1055,7 @@ ui::EventTarget* View::GetParentTarget() {
return parent_;
}
-scoped_ptr<ui::EventTargetIterator> View::GetChildIterator() const {
+scoped_ptr<ui::EventTargetIterator> View::GetChildIterator() {
return scoped_ptr<ui::EventTargetIterator>(
new ui::EventTargetIteratorImpl<View>(children_));
}
« no previous file with comments | « ui/views/view.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698