| Index: ui/app_list/apps_grid_view.h
|
| diff --git a/ui/app_list/apps_grid_view.h b/ui/app_list/apps_grid_view.h
|
| index 13d1bcbcb57af02718243e11e998f9b2d4defc13..873c4d26f9cf7bb1a1809fdb51a224f30ef74980 100644
|
| --- a/ui/app_list/apps_grid_view.h
|
| +++ b/ui/app_list/apps_grid_view.h
|
| @@ -183,7 +183,7 @@ class APP_LIST_EXPORT AppsGridView : public views::View,
|
| views::View* selected_view_;
|
|
|
| views::View* drag_view_;
|
| - gfx::Point drag_offset_;
|
| + gfx::Point drag_start_;
|
| Pointer drag_pointer_;
|
| Index drop_target_;
|
|
|
|
|