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

Unified Diff: Source/core/dom/EventTarget.h

Issue 14044022: Web MIDI: implement MIDIAccess (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: https://github.com/WebAudio/web-midi-api/issues/2 Created 7 years, 7 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/core/dom/EventTargetFactory.in » ('j') | Source/modules/webmidi/MIDIAccess.idl » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/EventTarget.h
diff --git a/Source/core/dom/EventTarget.h b/Source/core/dom/EventTarget.h
index 2039839a78d08fbcbc9b6bfd62272654874e36b1..80033f722b9fb252b4894b867f225836d5451d92 100644
--- a/Source/core/dom/EventTarget.h
+++ b/Source/core/dom/EventTarget.h
@@ -52,6 +52,7 @@ namespace WebCore {
class IDBDatabase;
class IDBRequest;
class IDBTransaction;
+ class MIDIAccess;
class MIDIInput;
class MIDIPort;
class MediaController;
« no previous file with comments | « no previous file | Source/core/dom/EventTargetFactory.in » ('j') | Source/modules/webmidi/MIDIAccess.idl » ('J')

Powered by Google App Engine
This is Rietveld 408576698