| Index: chrome/browser/ui/views/tabs/tab_controller.h
|
| diff --git a/chrome/browser/ui/views/tabs/tab_controller.h b/chrome/browser/ui/views/tabs/tab_controller.h
|
| index c88c5da287375aac53c81fe5361a2735c521ec78..7767df5970e015f0ba2f2445b29dcad1acb57fb4 100644
|
| --- a/chrome/browser/ui/views/tabs/tab_controller.h
|
| +++ b/chrome/browser/ui/views/tabs/tab_controller.h
|
| @@ -62,7 +62,7 @@ class TabController {
|
| const TabStripSelectionModel& original_selection) = 0;
|
|
|
| // Continues dragging a Tab.
|
| - virtual void ContinueDrag(const views::MouseEvent& event) = 0;
|
| + virtual void ContinueDrag(views::View* view, const gfx::Point& location) = 0;
|
|
|
| // Ends dragging a Tab. |canceled| is true if the drag was aborted in a way
|
| // other than the user releasing the mouse. Returns whether the tab has been
|
|
|