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

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

Issue 14358032: Web MIDI: implement MIDIConnectionEvent (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: haraken review Created 7 years, 8 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/bindings/v8/Dictionary.h
diff --git a/Source/bindings/v8/Dictionary.h b/Source/bindings/v8/Dictionary.h
index bd52fe1b93958597acb998ef2045f4892cfec9c1..406ab74bf2d49212a85a43c18a384a414cdb28d4 100644
--- a/Source/bindings/v8/Dictionary.h
+++ b/Source/bindings/v8/Dictionary.h
@@ -43,6 +43,7 @@ class CSSFontFaceRule;
class DOMError;
class DOMWindow;
class IDBKeyRange;
+class MIDIPort;
class MediaKeyError;
class Notification;
class SpeechRecognitionError;
@@ -77,6 +78,7 @@ public:
bool get(const String&, RefPtr<Storage>&) const;
bool get(const String&, MessagePortArray&) const;
bool get(const String&, RefPtr<Uint8Array>&) const;
+ bool get(const String&, RefPtr<MIDIPort>&) const;
#if ENABLE(ENCRYPTED_MEDIA)
bool get(const String&, RefPtr<MediaKeyError>&) const;
#endif

Powered by Google App Engine
This is Rietveld 408576698