| Index: Source/core/platform/midi/MIDIAccessorClient.h
|
| diff --git a/Source/core/platform/midi/MIDIAccessorClient.h b/Source/core/platform/midi/MIDIAccessorClient.h
|
| index 467d96df44234f395919e5f82d6bb7a1ae691bac..ed8983059a7ab95565f79abf647c3c999e02ebfa 100644
|
| --- a/Source/core/platform/midi/MIDIAccessorClient.h
|
| +++ b/Source/core/platform/midi/MIDIAccessorClient.h
|
| @@ -34,9 +34,12 @@
|
| #include "wtf/Forward.h"
|
|
|
| namespace WebCore {
|
| +class SecurityOrigin;
|
|
|
| class MIDIAccessorClient {
|
| public:
|
| + virtual SecurityOrigin* securityOrigin() const = 0;
|
| +
|
| virtual void didAddInputPort(const String& id, const String& manufacturer, const String& name, const String& version) = 0;
|
| virtual void didAddOutputPort(const String& id, const String& manufacturer, const String& name, const String& version) = 0;
|
|
|
|
|