| Index: chrome/browser/ui/views/tabs/tab_drag_controller.h
|
| diff --git a/chrome/browser/ui/views/tabs/tab_drag_controller.h b/chrome/browser/ui/views/tabs/tab_drag_controller.h
|
| index cbd4f5bbeac22758108be4f2416f63287e7da5fa..bfc0b5eb973b2eba3df7b6067c84ee68aed6aea3 100644
|
| --- a/chrome/browser/ui/views/tabs/tab_drag_controller.h
|
| +++ b/chrome/browser/ui/views/tabs/tab_drag_controller.h
|
| @@ -463,6 +463,11 @@ class TabDragController : public content::WebContentsDelegate,
|
| gfx::Vector2d* drag_offset,
|
| std::vector<gfx::Rect>* drag_bounds);
|
|
|
| + // Calculates new bounds for the dragged browser window.
|
| + gfx::Rect CalculateDraggedBrowserBounds(TabStrip* source,
|
| + const gfx::Point& point_in_screen,
|
| + std::vector<gfx::Rect>* drag_bounds);
|
| +
|
| // Returns the TabStripModel for the specified tabstrip.
|
| TabStripModel* GetModel(TabStrip* tabstrip) const;
|
|
|
|
|