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

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

Issue 2060833002: Implementation of 'AudioContext.getOutputTimestamp' method (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased 'global-interface-listing-expected' layout test results Created 4 years, 1 month 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: third_party/WebKit/Source/modules/webaudio/AudioTimestamp.idl
diff --git a/chrome/test/data/extensions/api_test/notifications/api/other_app/index.js b/third_party/WebKit/Source/modules/webaudio/AudioTimestamp.idl
similarity index 64%
copy from chrome/test/data/extensions/api_test/notifications/api/other_app/index.js
copy to third_party/WebKit/Source/modules/webaudio/AudioTimestamp.idl
index a0762c7c8098f7151687cd17c7786bb3c68f3d8e..6d99a7ddebcd193091cae2858b39574d0d536ede 100644
--- a/chrome/test/data/extensions/api_test/notifications/api/other_app/index.js
+++ b/third_party/WebKit/Source/modules/webaudio/AudioTimestamp.idl
@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-onload = function() {
- chrome.test.sendMessage('visible');
+dictionary AudioTimestamp {
Raymond Toy 2016/11/04 17:51:40 Add link to spec.
Mikhail 2016/11/28 15:15:59 Done.
+ double contextTime;
+ DOMHighResTimeStamp performanceTime;
};

Powered by Google App Engine
This is Rietveld 408576698