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

Unified Diff: Source/bindings/v8/Dictionary.h

Issue 183313003: Added non-prefixed navigator.getGamepads() with updated API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
« no previous file with comments | « no previous file | Source/bindings/v8/Dictionary.cpp » ('j') | Source/modules/gamepad/NavigatorGamepad.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/v8/Dictionary.h
diff --git a/Source/bindings/v8/Dictionary.h b/Source/bindings/v8/Dictionary.h
index 7d19bba33d4c0cbe00a8f663e8e5a66b6618aa27..e180af0554348628feab6a1bcedda92fc8304ba3 100644
--- a/Source/bindings/v8/Dictionary.h
+++ b/Source/bindings/v8/Dictionary.h
@@ -45,6 +45,7 @@ namespace WebCore {
class ArrayValue;
class DOMError;
class DOMWindow;
+class Gamepad;
class IDBKeyRange;
class MIDIPort;
class MediaKeyError;
@@ -90,6 +91,7 @@ public:
bool get(const String&, RefPtr<SpeechRecognitionError>&) const;
bool get(const String&, RefPtrWillBeRawPtr<SpeechRecognitionResult>&) const;
bool get(const String&, RefPtrWillBeRawPtr<SpeechRecognitionResultList>&) const;
+ bool get(const String&, RefPtrWillBeRawPtr<Gamepad>&) const;
bool get(const String&, RefPtr<MediaStream>&) const;
bool get(const String&, RefPtr<EventTarget>&) const;
bool get(const String&, HashSet<AtomicString>&) const;
« no previous file with comments | « no previous file | Source/bindings/v8/Dictionary.cpp » ('j') | Source/modules/gamepad/NavigatorGamepad.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698