| Index: ui/app_list/views/tile_item_view.h
|
| diff --git a/ui/app_list/views/tile_item_view.h b/ui/app_list/views/tile_item_view.h
|
| index 9140fa22c77667c5ddb7c323852cae13cb8141e9..8ff8f9f7d9f8155583dc9cb067b175e03c142785 100644
|
| --- a/ui/app_list/views/tile_item_view.h
|
| +++ b/ui/app_list/views/tile_item_view.h
|
| @@ -28,6 +28,8 @@ class APP_LIST_EXPORT TileItemView : public views::CustomButton,
|
| TileItemView();
|
| ~TileItemView() override;
|
|
|
| + void SetTitleBackgroundColor(SkColor color);
|
| +
|
| protected:
|
| void SetIcon(const gfx::ImageSkia& icon);
|
|
|
|
|