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

Unified Diff: Source/web/MIDIClientProxy.h

Issue 311773003: Decouple MIDIAccess initialization from MIDIAccess class. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 6 years, 6 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 | « Source/modules/webmidi/MIDIController.cpp ('k') | Source/web/MIDIClientProxy.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/MIDIClientProxy.h
diff --git a/Source/web/MIDIClientProxy.h b/Source/web/MIDIClientProxy.h
index 7942384394f006e6995537dfb596ea7b4de9d67b..122c73ad9670ef6af66867502496fd5a18629c66 100644
--- a/Source/web/MIDIClientProxy.h
+++ b/Source/web/MIDIClientProxy.h
@@ -35,7 +35,7 @@
#include "platform/heap/Handle.h"
namespace WebCore {
-class MIDIAccess;
+class MIDIAccessInitializer;
}
namespace blink {
@@ -50,8 +50,8 @@ public:
}
// WebCore::MIDIClient
- virtual void requestSysexPermission(PassRefPtrWillBeRawPtr<WebCore::MIDIAccess>) OVERRIDE;
- virtual void cancelSysexPermissionRequest(WebCore::MIDIAccess*) OVERRIDE;
+ virtual void requestSysexPermission(WebCore::MIDIAccessInitializer*) OVERRIDE;
+ virtual void cancelSysexPermissionRequest(WebCore::MIDIAccessInitializer*) OVERRIDE;
private:
explicit MIDIClientProxy(WebMIDIClient*);
« no previous file with comments | « Source/modules/webmidi/MIDIController.cpp ('k') | Source/web/MIDIClientProxy.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698