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

Unified Diff: ui/views/view.h

Issue 94003003: Make extensions icons easier to target with gestures (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove newline Created 7 years 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 | « ui/views/rect_based_targeting_utils_unittest.cc ('k') | ui/views/view.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 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
« no previous file with comments | « ui/views/rect_based_targeting_utils_unittest.cc ('k') | ui/views/view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698