| Index: ui/views/view_targeter.h
|
| diff --git a/ui/views/view_targeter.h b/ui/views/view_targeter.h
|
| index 9aa585b401214c1f3c1594f1bc23fb94c9132d11..9219fc70d32886079c994f93bad836a9f02bb902 100644
|
| --- a/ui/views/view_targeter.h
|
| +++ b/ui/views/view_targeter.h
|
| @@ -26,6 +26,9 @@ class VIEWS_EXPORT ViewTargeter : public ui::EventTargeter {
|
| // A call-through to DoesIntersectRect() on |delegate_|.
|
| bool DoesIntersectRect(const View* target, const gfx::Rect& rect) const;
|
|
|
| + // A call-through to TargetForRect() on |delegate_|.
|
| + virtual View* TargetForRect(View* root, const gfx::Rect& rect) const;
|
| +
|
| protected:
|
| // Returns the location of |event| represented as a rect. If |event| is
|
| // a gesture event, its bounding box is returned. Otherwise, a 1x1 rect
|
|
|