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

Unified Diff: skia/public/interfaces/test/traits_test_service.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/test/struct_traits_unittest.cc ('k') | skia/public/interfaces/typemaps.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/public/interfaces/test/traits_test_service.mojom
diff --git a/skia/public/interfaces/test/traits_test_service.mojom b/skia/public/interfaces/test/traits_test_service.mojom
index eaa829e8163329b4d5759510b75d83dfb25e2dfe..9f76be565d2e67be57c70c7f64255dc3f467f29c 100644
--- a/skia/public/interfaces/test/traits_test_service.mojom
+++ b/skia/public/interfaces/test/traits_test_service.mojom
@@ -5,6 +5,7 @@
module skia.mojom;
import "skia/public/interfaces/bitmap.mojom";
+import "skia/public/interfaces/bitmap_array.mojom";
import "skia/public/interfaces/image_filter.mojom";
// All functions on this interface echo their arguments to test StructTraits
@@ -14,5 +15,8 @@ interface TraitsTestService {
EchoBitmap(Bitmap b) => (Bitmap pass);
[Sync]
+ EchoBitmapArray(BitmapArray w) => (BitmapArray pass);
+
+ [Sync]
EchoImageFilter(ImageFilter i) => (ImageFilter pass);
};
« no previous file with comments | « skia/public/interfaces/test/struct_traits_unittest.cc ('k') | skia/public/interfaces/typemaps.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698