| Index: ash/mus/shelf_delegate_mus.h
|
| diff --git a/ash/mus/shelf_delegate_mus.h b/ash/mus/shelf_delegate_mus.h
|
| index 5baba1b38147dc32f5b83054ad86d998a1f9a17a..a53c9db0a36770c6ad67986425edd8d6e96300f4 100644
|
| --- a/ash/mus/shelf_delegate_mus.h
|
| +++ b/ash/mus/shelf_delegate_mus.h
|
| @@ -50,8 +50,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(
|
|
|