| Index: ui/app_list/views/apps_grid_view.h
|
| diff --git a/ui/app_list/views/apps_grid_view.h b/ui/app_list/views/apps_grid_view.h
|
| index ed570e2dac15e9daa7c7fb93b20ee3e1d80517e8..76cb4963410f18e88896ce1fd4efb110af5ada60 100644
|
| --- a/ui/app_list/views/apps_grid_view.h
|
| +++ b/ui/app_list/views/apps_grid_view.h
|
| @@ -273,6 +273,9 @@ class APP_LIST_EXPORT AppsGridView : public views::View,
|
| // The location of |drag_view_| when the drag started.
|
| gfx::Point drag_view_start_;
|
|
|
| + // Page the drag started on.
|
| + int drag_start_page_;
|
| +
|
| #if defined(OS_WIN) && !defined(USE_AURA)
|
| // Created when a drag is started (ie: drag exceeds the drag threshold), but
|
| // not Run() until supplied with a shortcut path.
|
|
|