Index: ui/views/view.h |
=================================================================== |
--- ui/views/view.h (revision 242152) |
+++ ui/views/view.h (working copy) |
@@ -577,6 +577,7 @@ |
// 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 |