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

Unified Diff: ui/aura/env.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 | « mojo/services/window_manager/window_manager_test_util.cc ('k') | ui/aura/env.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/env.h
diff --git a/ui/aura/env.h b/ui/aura/env.h
index 480c6cb3f24a82bf5283450dcc2e0be492f5c1cb..7c5d20035fa2bee401b157271f1b5a34bde61b87 100644
--- a/ui/aura/env.h
+++ b/ui/aura/env.h
@@ -89,7 +89,7 @@ class AURA_EXPORT Env : public ui::EventTarget, public base::SupportsUserData {
// Overridden from ui::EventTarget:
virtual bool CanAcceptEvent(const ui::Event& event) override;
virtual ui::EventTarget* GetParentTarget() override;
- virtual scoped_ptr<ui::EventTargetIterator> GetChildIterator() const override;
+ virtual scoped_ptr<ui::EventTargetIterator> GetChildIterator() override;
virtual ui::EventTargeter* GetEventTargeter() override;
ObserverList<EnvObserver> observers_;
« no previous file with comments | « mojo/services/window_manager/window_manager_test_util.cc ('k') | ui/aura/env.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698