| 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);
|
|
|