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

Unified Diff: ui/events/event_targeter.h

Issue 401933002: Move views event targeting into ViewTargeterDelegate::TargetForRect() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months 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 | « no previous file | ui/views/view.h » ('j') | ui/views/view_targeter.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/event_targeter.h
diff --git a/ui/events/event_targeter.h b/ui/events/event_targeter.h
index dead49f1367a1923b2c5fa8eb9770c1374063057..2a5a6868ae9fcb53758b5771865c7e2059b12a91 100644
--- a/ui/events/event_targeter.h
+++ b/ui/events/event_targeter.h
@@ -15,6 +15,9 @@ class Event;
class EventTarget;
class LocatedEvent;
+// TODO(tdanderson|sadrul): Make EventTargeter a pure virtual interface
+// with only two methods: FindTargetForEvent()
+// and FindNextBestTarget().
sadrul 2014/07/18 22:17:33 This is unrelated to the rest of the CL. Remove (y
tdanderson 2014/07/19 17:32:53 Removed, and I will file a separate bug for this.
class EVENTS_EXPORT EventTargeter {
public:
virtual ~EventTargeter();
« no previous file with comments | « no previous file | ui/views/view.h » ('j') | ui/views/view_targeter.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698