| Index: chrome/browser/ui/views/tabs/dragged_tab_controller.h
|
| diff --git a/chrome/browser/ui/views/tabs/dragged_tab_controller.h b/chrome/browser/ui/views/tabs/dragged_tab_controller.h
|
| index 10ed0d0821070fc315205065c9ce0b9aa56c920f..1e3072841c5464bcb267233cec70b9a1825d00a3 100644
|
| --- a/chrome/browser/ui/views/tabs/dragged_tab_controller.h
|
| +++ b/chrome/browser/ui/views/tabs/dragged_tab_controller.h
|
| @@ -195,9 +195,11 @@ class DraggedTabController : public TabContentsDelegate,
|
| // Handles dragging while the tabs are detached.
|
| void MoveDetached(const gfx::Point& screen_point);
|
|
|
| +#if defined(OS_WIN) && !defined(USE_AURA)
|
| // Returns the compatible TabStrip that is under the specified point (screen
|
| // coordinates), or NULL if there is none.
|
| BaseTabStrip* GetTabStripForPoint(const gfx::Point& screen_point);
|
| +#endif
|
|
|
| DockInfo GetDockInfoAtPoint(const gfx::Point& screen_point);
|
|
|
|
|