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

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

Issue 808643005: Sync Navigator.getGamepads() with the spec Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years 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.h
diff --git a/Source/modules/gamepad/NavigatorGamepad.h b/Source/modules/gamepad/NavigatorGamepad.h
index 666ca6aaad3e8a68acfc1ac863aded0beec2c7c0..24492bcc89d0a892594c4e7e85c16f7ec451f10e 100644
--- a/Source/modules/gamepad/NavigatorGamepad.h
+++ b/Source/modules/gamepad/NavigatorGamepad.h
@@ -50,7 +50,7 @@ public:
virtual ~NavigatorGamepad();
static WebKitGamepadList* webkitGetGamepads(Navigator&);
- static GamepadList* getGamepads(Navigator&);
+ static HeapVector<Member<Gamepad>> getGamepads(Navigator&);
WebKitGamepadList* webkitGamepads();
GamepadList* gamepads();

Powered by Google App Engine
This is Rietveld 408576698