Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(83)

Unified Diff: mash/shelf/public/interfaces/shelf.mojom

Issue 1906773003: Enable SkBitmap to be used by Mojo in Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mash/shelf/public/interfaces/BUILD.gn ('k') | skia/public/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « mash/shelf/public/interfaces/BUILD.gn ('k') | skia/public/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698