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

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

Issue 14520002: Web MIDI: implement MIDIInput (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
« no previous file with comments | « no previous file | Source/core/dom/EventTargetFactory.in » ('j') | Source/modules/webmidi/MIDIInput.h » ('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 0aac8dc8c4d587fdc876cd7baa35ad8eaf5a4de5..f5d2eab4ded28b25d487d4ea86a25199edb18348 100644
--- a/Source/core/dom/EventTarget.h
+++ b/Source/core/dom/EventTarget.h
@@ -52,7 +52,7 @@ namespace WebCore {
class IDBDatabase;
class IDBRequest;
class IDBTransaction;
- class ScriptProcessorNode;
+ class MIDIInput;
class MIDIPort;
class MediaController;
class MediaSource;
@@ -63,6 +63,7 @@ namespace WebCore {
class Notification;
class SVGElementInstance;
class ScriptExecutionContext;
+ class ScriptProcessorNode;
class SharedWorker;
class SharedWorkerContext;
class SourceBufferList;
« no previous file with comments | « no previous file | Source/core/dom/EventTargetFactory.in » ('j') | Source/modules/webmidi/MIDIInput.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698