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

Unified Diff: mojo/public/interfaces/bindings/tests/validation_test_interfaces.mojom

Issue 2339413004: Allow Mojo structs as map keys (Closed)
Patch Set: Revert no-longer-needed changes to clone_equals_util.h Created 4 years, 3 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
Index: mojo/public/interfaces/bindings/tests/validation_test_interfaces.mojom
diff --git a/mojo/public/interfaces/bindings/tests/validation_test_interfaces.mojom b/mojo/public/interfaces/bindings/tests/validation_test_interfaces.mojom
index 6a6b6e25c076b329d025f3225749e34cfd3aee0d..2fb0d949b3e14d8b30c3cea7a731c84095aadb0d 100644
--- a/mojo/public/interfaces/bindings/tests/validation_test_interfaces.mojom
+++ b/mojo/public/interfaces/bindings/tests/validation_test_interfaces.mojom
@@ -91,6 +91,7 @@ interface ConformanceTestInterface {
Method17(array<InterfaceA> param0);
Method18(UnionA? param0);
Method19(Recursive recursive);
+ Method20(map<StructB, uint8> param0);
yzshen1 2016/09/21 23:17:53 It seems weird: reading the test case I thought th
tibell 2016/09/22 05:17:23 No, it failed with alignment errors. I now think I
};
struct BasicStruct {

Powered by Google App Engine
This is Rietveld 408576698