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

Unified Diff: mojo/common/test_common_custom_types.mojom

Issue 2379993003: Mojo C++ bindings: make String16 and gfx::Size available in Blink (Closed)
Patch Set: mapping back to WebSize :( Created 4 years, 2 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 | « mojo/common/common_custom_types_unittest.cc ('k') | mojo/public/cpp/bindings/array_traits_carray.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/common/test_common_custom_types.mojom
diff --git a/mojo/common/test_common_custom_types.mojom b/mojo/common/test_common_custom_types.mojom
index b80842fe8b38b15fe71a1a2f7287b66924ea06d5..ab49cce13393900d0e9077aa8caba0d9c406cba3 100644
--- a/mojo/common/test_common_custom_types.mojom
+++ b/mojo/common/test_common_custom_types.mojom
@@ -32,6 +32,7 @@ interface TestValue {
};
interface TestString16 {
+ [Sync]
BounceString16(mojo.common.mojom.String16 in)
=> (mojo.common.mojom.String16 out);
};
« no previous file with comments | « mojo/common/common_custom_types_unittest.cc ('k') | mojo/public/cpp/bindings/array_traits_carray.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698