| Index: ash/mus/shelf_delegate_mus.h
|
| diff --git a/ash/mus/shelf_delegate_mus.h b/ash/mus/shelf_delegate_mus.h
|
| index 40a282338380e4f3b5c4a625536aa9515a925b6c..ea6635debfce8b952eac4c6071e7970f4cb0e18c 100644
|
| --- a/ash/mus/shelf_delegate_mus.h
|
| +++ b/ash/mus/shelf_delegate_mus.h
|
| @@ -54,8 +54,7 @@ class ShelfDelegateMus : public ShelfDelegate,
|
| mash::shelf::mojom::ShelfItemPtr item,
|
| mash::shelf::mojom::ShelfItemDelegateAssociatedPtrInfo delegate) override;
|
| void UnpinItem(const mojo::String& app_id) override;
|
| - void SetItemImage(const mojo::String& app_id,
|
| - skia::mojom::BitmapPtr image) override;
|
| + void SetItemImage(const mojo::String& app_id, const SkBitmap& image) override;
|
|
|
| // mash::wm::mojom::UserWindowObserver:
|
| void OnUserWindowObserverAdded(
|
|
|