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

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

Issue 2501863003: Support for AudioContextOptions latencyHint. (Closed)
Patch Set: Fixes to WebAudioDeviceImpl unit test. Created 3 years, 10 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: 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 4272fad7af1d0ee6976ebf1ae3082441f9263fa9..b04e91a6e7baae7fe2fb4810d25268300c1e53db 100644
--- a/third_party/WebKit/LayoutTests/webaudio/resources/context-properties.js
+++ b/third_party/WebKit/LayoutTests/webaudio/resources/context-properties.js
@@ -39,9 +39,6 @@ let BaseAudioContextOwnProperties = [
'createMediaElementSource',
'createMediaStreamDestination',
'createMediaStreamSource',
-
- // TODO(hongchan): Not implemented yet.
- // 'baseLatency'
];
@@ -49,7 +46,8 @@ let AudioContextOwnProperties = [
'close',
'constructor',
'suspend',
- 'getOutputTimestamp'
+ 'getOutputTimestamp',
+ 'baseLatency',
// TODO(hongchan): Not implemented yet.
// 'outputLatency',

Powered by Google App Engine
This is Rietveld 408576698