| Index: ash/drag_drop/drag_drop_controller.h
|
| diff --git a/ash/drag_drop/drag_drop_controller.h b/ash/drag_drop/drag_drop_controller.h
|
| index 59f1f3288f25b3e1579fb0dc01604540800281ab..4c326966d97f00a96f2e0beea000a0b9fc6485e9 100644
|
| --- a/ash/drag_drop/drag_drop_controller.h
|
| +++ b/ash/drag_drop/drag_drop_controller.h
|
| @@ -88,7 +88,7 @@ class ASH_EXPORT DragDropController
|
| void Cleanup();
|
|
|
| scoped_ptr<DragImageView> drag_image_;
|
| - gfx::Point drag_image_offset_;
|
| + gfx::Vector2d drag_image_offset_;
|
| const ui::OSExchangeData* drag_data_;
|
| int drag_operation_;
|
|
|
|
|