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

Unified Diff: mojo/public/cpp/bindings/tests/rect_blink.typemap

Issue 2339413004: Allow Mojo structs as map keys (Closed)
Patch Set: Address sammc's comments and improve Blink tests 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/cpp/bindings/tests/rect_blink.typemap
diff --git a/mojo/public/cpp/bindings/tests/rect_blink.typemap b/mojo/public/cpp/bindings/tests/rect_blink.typemap
index a5d71a7eca088438fc8b17c0da8dd7b063061616..657ea1a6cabf8f78c61024a66a7e9cc81b60367c 100644
--- a/mojo/public/cpp/bindings/tests/rect_blink.typemap
+++ b/mojo/public/cpp/bindings/tests/rect_blink.typemap
@@ -13,6 +13,6 @@ traits_headers = [
]
type_mappings = [
- "mojo.test.TypemappedRect=mojo::test::RectBlink",
+ "mojo.test.TypemappedRect=mojo::test::RectBlink[hashable]",
"mojo.test.SharedTypemappedRect=mojo::test::SharedRect",
]

Powered by Google App Engine
This is Rietveld 408576698