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

Unified Diff: Source/modules/webmidi/MIDIOutput.cpp

Issue 1043863002: Web MIDI: final IDL updates to conform the latest WD for shipping (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: one more expecation file should be updated Created 5 years, 9 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: Source/modules/webmidi/MIDIOutput.cpp
diff --git a/Source/modules/webmidi/MIDIOutput.cpp b/Source/modules/webmidi/MIDIOutput.cpp
index 08175ba2e66a09ba1cf957ef7420ee916e203cdb..28cb4a59625b93c51ab1dd1ef6e4c932fc939df8 100644
--- a/Source/modules/webmidi/MIDIOutput.cpp
+++ b/Source/modules/webmidi/MIDIOutput.cpp
@@ -192,6 +192,11 @@ MIDIOutput::~MIDIOutput()
{
}
+void MIDIOutput::clear()
+{
+ // FIXME: Add a blink API to Implement clear().
+}
+
void MIDIOutput::send(DOMUint8Array* array, double timestamp, ExceptionState& exceptionState)
{
if (timestamp == 0.0)

Powered by Google App Engine
This is Rietveld 408576698