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

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

Issue 183313003: Added non-prefixed navigator.getGamepads() with updated API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Added LayoutTests Created 6 years, 10 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: Source/modules/gamepad/NavigatorGamepad.idl
diff --git a/Source/modules/gamepad/NavigatorGamepad.idl b/Source/modules/gamepad/NavigatorGamepad.idl
index a9948c80c719a9471ac4075b378864892474299a..a2682b327c55888df530cfb52fe855550f4ba54d 100644
--- a/Source/modules/gamepad/NavigatorGamepad.idl
+++ b/Source/modules/gamepad/NavigatorGamepad.idl
@@ -20,5 +20,7 @@
[
RuntimeEnabled=Gamepad,
] partial interface Navigator {
- GamepadList webkitGetGamepads();
+ [DeprecateAs=PrefixedGamepad]
Inactive 2014/03/06 02:54:00 nit: I believe we usually put the extended attribu
+ WebKitGamepadList webkitGetGamepads();
+ GamepadList getGamepads();
};

Powered by Google App Engine
This is Rietveld 408576698