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

Unified Diff: Source/modules/gamepad/Gamepad.idl

Issue 280393004: Update Gamepad.axes / GamepadButton.value to match the latest specification (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add back #ifdefs Created 6 years, 7 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 | « LayoutTests/gamepad/gamepad-events-basic-expected.txt ('k') | Source/modules/gamepad/GamepadButton.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/gamepad/Gamepad.idl
diff --git a/Source/modules/gamepad/Gamepad.idl b/Source/modules/gamepad/Gamepad.idl
index efbca0ede979827481e3129ee00d2ea9ad23f0b5..9459de1275df464b1f7da2033e702dd49c2cd973 100644
--- a/Source/modules/gamepad/Gamepad.idl
+++ b/Source/modules/gamepad/Gamepad.idl
@@ -31,6 +31,6 @@
readonly attribute boolean connected;
readonly attribute unsigned long long timestamp;
readonly attribute DOMString mapping;
- readonly attribute float[] axes;
+ readonly attribute double[] axes;
readonly attribute GamepadButton[] buttons;
};
« no previous file with comments | « LayoutTests/gamepad/gamepad-events-basic-expected.txt ('k') | Source/modules/gamepad/GamepadButton.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698