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

Unified Diff: content/common/image_downloader/image_downloader.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 | « content/common/BUILD.gn ('k') | content/renderer/image_downloader/image_downloader_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/image_downloader/image_downloader.mojom
diff --git a/content/common/image_downloader/image_downloader.mojom b/content/common/image_downloader/image_downloader.mojom
index b6ea34edd25267df42182d1ce78990f5934a44f7..05227584b4d40f415fbe829be7d25fa4b8911cfa 100644
--- a/content/common/image_downloader/image_downloader.mojom
+++ b/content/common/image_downloader/image_downloader.mojom
@@ -4,7 +4,7 @@
module content.mojom;
-import "skia/public/interfaces/bitmap.mojom";
+import "third_party/WebKit/public/platform/bitmap.mojom";
import "ui/mojo/geometry/geometry.mojom";
interface ImageDownloader {
@@ -16,6 +16,6 @@ interface ImageDownloader {
uint32 max_bitmap_size,
bool bypass_cache)
=> (int32 http_status_code,
- array<skia.mojom.Bitmap> images,
+ array<blink.mojom.Bitmap> images,
array<mojo.Size> original_image_sizes);
};
« no previous file with comments | « content/common/BUILD.gn ('k') | content/renderer/image_downloader/image_downloader_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698