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

Unified Diff: ui/views/view.h

Issue 395223002: Remove some TODOs related to event targeting in views (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update 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_targeter_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/view.h
diff --git a/ui/views/view.h b/ui/views/view.h
index 510a6ba6475a95117566602a957526513d82ada1..204d52630923841a2ee1dcd264133f8b2331de03 100644
--- a/ui/views/view.h
+++ b/ui/views/view.h
@@ -547,11 +547,6 @@ class VIEWS_EXPORT View : public ui::LayerDelegate,
// The points, rects, mouse locations, and touch locations in the following
// functions are in the view's coordinates, except for a RootView.
- // TODO(tdanderson): GetEventHandlerForPoint() and GetEventHandlerForRect()
- // will be removed once their logic is moved into
- // ViewTargeter and its derived classes. See
- // crbug.com/355425.
-
// Convenience functions which calls into GetEventHandler() with
// a 1x1 rect centered at |point|.
View* GetEventHandlerForPoint(const gfx::Point& point);
« no previous file with comments | « no previous file | ui/views/view_targeter_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698