Index: ui/views/view.h |
diff --git a/ui/views/view.h b/ui/views/view.h |
index 9482cefa86b0b5b57bc7dc12250bbc8602425846..50fd28f6fc8190223d6fd74dc71948e9240d73c3 100644 |
--- a/ui/views/view.h |
+++ b/ui/views/view.h |
@@ -510,7 +510,7 @@ class VIEWS_EXPORT View : public ui::LayerDelegate, |
virtual gfx::NativeCursor GetCursor(const MouseEvent& event); |
// Convenience to test whether a point is within this view's bounds |
sky
2012/08/07 20:11:43
Update description.
tdanderson
2012/08/08 23:47:51
Done.
|
- virtual bool HitTest(const gfx::Point& l) const; |
+ virtual bool HitTest(const gfx::Rect& r) const; |
// This method is invoked when the user clicks on this view. |
// The provided event is in the receiver's coordinate system. |