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

Unified Diff: modules/gamepad/GamepadEvent.idl

Issue 1660113002: Updated to Chrome 45 (2454) moved from SVN to git. Base URL: https://github.com/dart-lang/webcore.git@roll_45
Patch Set: Created 4 years, 11 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 | « modules/gamepad/GamepadButton.idl ('k') | modules/gamepad/GamepadEventInit.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/gamepad/GamepadEvent.idl
diff --git a/modules/gamepad/GamepadEvent.idl b/modules/gamepad/GamepadEvent.idl
index 718226e24997bc9cda7d826c90c63f79accceaf1..86c0b2a13110c945df2f6d1585e75d223e63f0a7 100644
--- a/modules/gamepad/GamepadEvent.idl
+++ b/modules/gamepad/GamepadEvent.idl
@@ -2,8 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+// https://dvcs.w3.org/hg/gamepad/raw-file/default/gamepad.html#gamepadevent-interface
+
[
- EventConstructor,
+ Constructor(DOMString type, optional GamepadEventInit eventInitDict),
] interface GamepadEvent : Event {
- [InitializedByEventConstructor] readonly attribute Gamepad gamepad;
+ readonly attribute Gamepad gamepad;
};
« no previous file with comments | « modules/gamepad/GamepadButton.idl ('k') | modules/gamepad/GamepadEventInit.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698