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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/resources/context-properties.js

Issue 2060833002: Implementation of 'AudioContext.getOutputTimestamp' method (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years 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/LayoutTests/webaudio/resources/context-properties.js
diff --git a/third_party/WebKit/LayoutTests/webaudio/resources/context-properties.js b/third_party/WebKit/LayoutTests/webaudio/resources/context-properties.js
index 1ee34bd1249431f11e8c5c5ce33fd2996d8546b2..4272fad7af1d0ee6976ebf1ae3082441f9263fa9 100644
--- a/third_party/WebKit/LayoutTests/webaudio/resources/context-properties.js
+++ b/third_party/WebKit/LayoutTests/webaudio/resources/context-properties.js
@@ -49,10 +49,10 @@ let AudioContextOwnProperties = [
'close',
'constructor',
'suspend',
+ 'getOutputTimestamp'
// TODO(hongchan): Not implemented yet.
// 'outputLatency',
- // 'getOutputTimestamp'
];

Powered by Google App Engine
This is Rietveld 408576698