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

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

Issue 13843021: Web MIDI: implement MIDIPort (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: (rebase) 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/core/dom/EventTarget.h
diff --git a/Source/core/dom/EventTarget.h b/Source/core/dom/EventTarget.h
index 7ab57811017be533393b8e4d43fa58685bedd030..9a745a505569b4415529f50142a2c8463c88c452 100644
--- a/Source/core/dom/EventTarget.h
+++ b/Source/core/dom/EventTarget.h
@@ -54,6 +54,7 @@ namespace WebCore {
class IDBTransaction;
class ScriptProcessorNode;
class LocalMediaStream;
+ class MIDIPort;
class MediaController;
class MediaSource;
class MediaStream;

Powered by Google App Engine
This is Rietveld 408576698