| Index: chrome/browser/ui/views/tabs/base_tab_strip.h
|
| diff --git a/chrome/browser/ui/views/tabs/base_tab_strip.h b/chrome/browser/ui/views/tabs/base_tab_strip.h
|
| index b14d59cd277984461a943015d14583a495d478f4..310e53ea43569f0686b8df83aa1995590271ad54 100644
|
| --- a/chrome/browser/ui/views/tabs/base_tab_strip.h
|
| +++ b/chrome/browser/ui/views/tabs/base_tab_strip.h
|
| @@ -244,6 +244,9 @@ class BaseTabStrip : public AbstractTabStripView,
|
| // Invoked from Layout if the size changes or layout is really needed.
|
| virtual void DoLayout();
|
|
|
| + // Get tab at a point in local view coordinates.
|
| + BaseTab* GetTabAtLocal(const gfx::Point& local_point);
|
| +
|
| private:
|
| class RemoveTabDelegate;
|
|
|
|
|