| Index: third_party/WebKit/Source/modules/webaudio/AudioContextOptions.idl
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/AudioContextOptions.idl b/third_party/WebKit/Source/modules/webaudio/AudioContextOptions.idl
|
| index 93f5c402de0d5294f4cd35b943c7e4b0a0143a0d..6fc6a38e91df62e2afc63ee32b825f6e41bd2a05 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/AudioContextOptions.idl
|
| +++ b/third_party/WebKit/Source/modules/webaudio/AudioContextOptions.idl
|
| @@ -4,5 +4,8 @@
|
|
|
| // See https://webaudio.github.io/web-audio-api/#audiocontextoptions
|
| dictionary AudioContextOptions {
|
| + // If passed as a double this should be the requested output latency in
|
| + // seconds, without taking into account double buffering (same as
|
| + // AudioContext.baseLatency).
|
| (AudioContextLatencyCategory or double) latencyHint = "interactive";
|
| };
|
|
|