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

Unified Diff: third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.idl

Issue 2092033003: Add OfflineAudioDestinationNode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 3 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 | « third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.idl
diff --git a/services/shell/background/tests/test.mojom b/third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.idl
similarity index 73%
copy from services/shell/background/tests/test.mojom
copy to third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.idl
index 18a92ec2634bed55b4048f5ece0e83b36f0c7b8f..4f701ccc3c7a219c9a944d3c93c9181f4eeab534 100644
--- a/services/shell/background/tests/test.mojom
+++ b/third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.idl
@@ -2,8 +2,5 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module shell.mojom;
-
-interface TestService {
- Test() => ();
+interface OfflineAudioDestinationNode: AudioDestinationNode {
};
« no previous file with comments | « third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698