| Index: mash/shelf/public/interfaces/shelf.mojom
|
| diff --git a/mash/shelf/public/interfaces/shelf.mojom b/mash/shelf/public/interfaces/shelf.mojom
|
| index 3e7887b271606d4ad449b5772796f31931ed496b..993fa10dd946e11ee0ffe2a0a61375509d7cae6b 100644
|
| --- a/mash/shelf/public/interfaces/shelf.mojom
|
| +++ b/mash/shelf/public/interfaces/shelf.mojom
|
| @@ -5,7 +5,7 @@
|
| module mash.shelf.mojom;
|
|
|
| import "mash/shelf/public/interfaces/shelf_constants.mojom";
|
| -import "skia/public/interfaces/bitmap.mojom";
|
| +import "third_party/WebKit/public/platform/bitmap.mojom";
|
|
|
| // TODO(msw): Add support for multiple displays (with unified and multi-shelf).
|
|
|
| @@ -62,7 +62,7 @@ struct ShelfItem {
|
| string title;
|
|
|
| // An icon image Bitmap, shown on the shelf.
|
| - skia.mojom.Bitmap image;
|
| + blink.mojom.Bitmap image;
|
|
|
| // Additional context menu items (eg. 'New Incognito Window').
|
| array<ContextMenuItem>? context_menu_items;
|
|
|