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

Unified Diff: skia/public/interfaces/bitmap_array.mojom

Issue 2096763005: Provide StructTraits for a vector<SkBitmap> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 4 years, 6 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 | « skia/public/interfaces/BUILD.gn ('k') | skia/public/interfaces/bitmap_array.typemap » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/public/interfaces/bitmap_array.mojom
diff --git a/skia/public/interfaces/image_filter.mojom b/skia/public/interfaces/bitmap_array.mojom
similarity index 52%
copy from skia/public/interfaces/image_filter.mojom
copy to skia/public/interfaces/bitmap_array.mojom
index 4db9d20c0c7ded45b1c16c43c3dca13a767480be..b70343aadaaceb7231bad3040b9aaba60630737a 100644
--- a/skia/public/interfaces/image_filter.mojom
+++ b/skia/public/interfaces/bitmap_array.mojom
@@ -4,7 +4,9 @@
module skia.mojom;
-// This struct contains a serialized SkImageFilter.
-struct ImageFilter {
- array<uint8> data;
+import "skia/public/interfaces/bitmap.mojom";
+
+// TODO(rjkroege): Remove when not required. http://crbug.com/624509
+struct BitmapArray {
+ array<skia.mojom.Bitmap> bitmaps;
};
« no previous file with comments | « skia/public/interfaces/BUILD.gn ('k') | skia/public/interfaces/bitmap_array.typemap » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698