| 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 5a140c480509c90e70698285d2a1be667642dbc6..1dd91b895c8471cfbf709002978d2d9e97febcf7 100644
|
| --- a/ui/app_list/views/app_list_item_view.h
|
| +++ b/ui/app_list/views/app_list_item_view.h
|
| @@ -61,6 +61,9 @@ class APP_LIST_EXPORT AppListItemView : public views::CustomButton,
|
| // ending, so the runner of the drag should call this.
|
| void OnSyncDragEnd();
|
|
|
| + // Returns the icon bounds relative to AppListItemView.
|
| + const gfx::Rect& GetIconBounds() const;
|
| +
|
| private:
|
| enum UIState {
|
| UI_STATE_NORMAL, // Normal UI (icon + label)
|
|
|