| Index: chrome/browser/ui/panels/panel_drag_controller.h
|
| diff --git a/chrome/browser/ui/panels/panel_drag_controller.h b/chrome/browser/ui/panels/panel_drag_controller.h
|
| index 75a30e9d12e5312c69f725ea8a9f938f29662795..5128fd16b2f5cca40634cb02173bf3348dc513e7 100644
|
| --- a/chrome/browser/ui/panels/panel_drag_controller.h
|
| +++ b/chrome/browser/ui/panels/panel_drag_controller.h
|
| @@ -76,7 +76,7 @@ class PanelDragController {
|
|
|
| // The offset from mouse location to the panel position when the drag
|
| // starts.
|
| - gfx::Point offset_from_mouse_location_on_drag_start_;
|
| + gfx::Vector2d offset_from_mouse_location_on_drag_start_;
|
|
|
| // The minimum distance that the docked panel gets dragged up in order to
|
| // make it free-floating.
|
|
|