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

Unified Diff: Tools/DumpRenderTree/chromium/TestRunner/src/MockWebMIDIAccessor.h

Issue 18260005: Web MIDI: remove old platform API (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@midi_permission_request
Patch Set: (rebase) Created 7 years, 5 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: Tools/DumpRenderTree/chromium/TestRunner/src/MockWebMIDIAccessor.h
diff --git a/Tools/DumpRenderTree/chromium/TestRunner/src/MockWebMIDIAccessor.h b/Tools/DumpRenderTree/chromium/TestRunner/src/MockWebMIDIAccessor.h
index 1c240b9864221420e25395e9ab6890d907ee6445..3bc542b2680551bd4c2e80d5bbd9a7e1ca475c5c 100644
--- a/Tools/DumpRenderTree/chromium/TestRunner/src/MockWebMIDIAccessor.h
+++ b/Tools/DumpRenderTree/chromium/TestRunner/src/MockWebMIDIAccessor.h
@@ -46,7 +46,7 @@ public:
virtual ~MockWebMIDIAccessor();
// WebKit::WebMIDIAccessor implementation.
- virtual void requestAccess(bool requestSysex) OVERRIDE;
+ virtual void startSession() OVERRIDE;
virtual void sendMIDIData(
unsigned portIndex,
const unsigned char* data,
« no previous file with comments | « Source/core/platform/midi/MIDIAccessor.cpp ('k') | Tools/DumpRenderTree/chromium/TestRunner/src/MockWebMIDIAccessor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698