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

Unified Diff: device/gamepad/public/interfaces/webgamepad_typemapping_test.mojom

Issue 2492183002: Add struct_traits and typemap for blink::WebGamepad (Closed)
Patch Set: fixed "un-aligned warning" in windows x64 build Created 4 years, 1 month 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: device/gamepad/public/interfaces/webgamepad_typemapping_test.mojom
diff --git a/device/gamepad/public/interfaces/webgamepad_typemapping_test.mojom b/device/gamepad/public/interfaces/webgamepad_typemapping_test.mojom
new file mode 100644
index 0000000000000000000000000000000000000000..9b84b9b6ef2bb61adbc06db861a43d96adc8c7e5
--- /dev/null
+++ b/device/gamepad/public/interfaces/webgamepad_typemapping_test.mojom
@@ -0,0 +1,7 @@
+module device.mojom;
+
+import "device/gamepad/public/interfaces/gamepad.mojom";
+
+interface WebGamepadTypeMappingTest {
+ PassWebGamepad(WebGamepad send) => (WebGamepad echo);
+};

Powered by Google App Engine
This is Rietveld 408576698