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

Unified Diff: skia/public/interfaces/test/traits_test_service.mojom

Issue 2044313002: Add basic SkBitmap StructTraitsTest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup. 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') | no next file » | 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 fc1d2be41eaab8d9c9c158755322873a71a3e94b..eaa829e8163329b4d5759510b75d83dfb25e2dfe 100644
--- a/skia/public/interfaces/test/traits_test_service.mojom
+++ b/skia/public/interfaces/test/traits_test_service.mojom
@@ -4,11 +4,15 @@
module skia.mojom;
+import "skia/public/interfaces/bitmap.mojom";
import "skia/public/interfaces/image_filter.mojom";
// All functions on this interface echo their arguments to test StructTraits
// serialization and deserialization.
interface TraitsTestService {
[Sync]
- EchoImageFilter(ImageFilter b) => (ImageFilter pass);
+ EchoBitmap(Bitmap b) => (Bitmap pass);
+
+ [Sync]
+ EchoImageFilter(ImageFilter i) => (ImageFilter pass);
};
« no previous file with comments | « skia/public/interfaces/test/struct_traits_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698