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

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

Issue 14520002: Web MIDI: implement MIDIInput (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: reviewed 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') | no next file with comments »
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 73646ceceab56071d6c7153359a5c05a2584da3b..7bf80c9493ff1cca6540eb63838eb9054f49eaa3 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698