| Index: ui/views/view.h
|
| diff --git a/ui/views/view.h b/ui/views/view.h
|
| index 7f4de4229651e37a48a0891c4ddeb7fd7df490fb..3dfa2205ed982d8c7a46ec87d23f838fad3d9b7b 100644
|
| --- a/ui/views/view.h
|
| +++ b/ui/views/view.h
|
| @@ -577,6 +577,7 @@ class VIEWS_EXPORT View : public ui::LayerDelegate,
|
| // closest visible descendant having at least kRectTargetOverlap of
|
| // its area covered by |rect|. If no such descendant exists, return the
|
| // deepest visible descendant that contains the center point of |rect|.
|
| + // See http://goo.gl/3Jp2BD for more information about rect-based targeting.
|
| virtual View* GetEventHandlerForRect(const gfx::Rect& rect);
|
|
|
| // Returns the deepest visible descendant that contains the specified point
|
|
|