| Index: ui/app_list/views/app_list_item_view.h
|
| diff --git a/ui/app_list/views/app_list_item_view.h b/ui/app_list/views/app_list_item_view.h
|
| index 2a5b4a7409776241e5a6e0496cf4bab9728747f8..8ab3aa7e1778a7d4a2860804f3b149a094d8c7d5 100644
|
| --- a/ui/app_list/views/app_list_item_view.h
|
| +++ b/ui/app_list/views/app_list_item_view.h
|
| @@ -48,6 +48,8 @@ class APP_LIST_EXPORT AppListItemView : public views::CustomButton,
|
|
|
| const views::Label* title() const { return title_; }
|
|
|
| + gfx::ImageSkia GetDragImage();
|
| +
|
| private:
|
| enum UIState {
|
| UI_STATE_NORMAL, // Normal UI (icon + label)
|
|
|