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

Unified Diff: ui/aura/env.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/env.h ('k') | ui/aura/window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/env.cc
diff --git a/ui/aura/env.cc b/ui/aura/env.cc
index 65cb6b9d0483e874d2232842c57052893bac22a6..636e347c8c5cd6afab16788d86bf4eebe3e19de0 100644
--- a/ui/aura/env.cc
+++ b/ui/aura/env.cc
@@ -111,7 +111,7 @@ ui::EventTarget* Env::GetParentTarget() {
return NULL;
}
-scoped_ptr<ui::EventTargetIterator> Env::GetChildIterator() const {
+scoped_ptr<ui::EventTargetIterator> Env::GetChildIterator() {
return scoped_ptr<ui::EventTargetIterator>();
}
« no previous file with comments | « ui/aura/env.h ('k') | ui/aura/window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698