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

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

Issue 2339413004: Allow Mojo structs as map keys (Closed)
Patch Set: Fix hash unit test on Windows 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
« no previous file with comments | « mojo/public/cpp/bindings/tests/rect_chromium.h ('k') | mojo/public/cpp/bindings/tests/wtf_hash_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/cpp/bindings/tests/rect_chromium.typemap
diff --git a/mojo/public/cpp/bindings/tests/rect_chromium.typemap b/mojo/public/cpp/bindings/tests/rect_chromium.typemap
index 161b6691c05d155c5fdfa827a4bb0dbc4f5e5f42..7e5df8401ae036e088bd4d41e549135488c02bdc 100644
--- a/mojo/public/cpp/bindings/tests/rect_chromium.typemap
+++ b/mojo/public/cpp/bindings/tests/rect_chromium.typemap
@@ -13,6 +13,6 @@ traits_headers = [
]
type_mappings = [
- "mojo.test.TypemappedRect=mojo::test::RectChromium",
+ "mojo.test.TypemappedRect=mojo::test::RectChromium[hashable]",
"mojo.test.SharedTypemappedRect=mojo::test::SharedRect",
]
« no previous file with comments | « mojo/public/cpp/bindings/tests/rect_chromium.h ('k') | mojo/public/cpp/bindings/tests/wtf_hash_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698