| Index: third_party/WebKit/Source/modules/webaudio/BaseAudioContext.h
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/BaseAudioContext.h b/third_party/WebKit/Source/modules/webaudio/BaseAudioContext.h
|
| index b3011004d5c9533d7dff2408cd0bfa44ea631ac0..63af742771c67bcdf0fbf27c3c4e2dede9fa26cb 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/BaseAudioContext.h
|
| +++ b/third_party/WebKit/Source/modules/webaudio/BaseAudioContext.h
|
| @@ -305,7 +305,9 @@ class MODULES_EXPORT BaseAudioContext
|
|
|
| DEFINE_ATTRIBUTE_EVENT_LISTENER(statechange);
|
|
|
| - // Start the AudioContext. `isAllowedToStart()` MUST be called before.
|
| + // Start the AudioContext. `isAllowedToStart()` MUST be called
|
| + // before. This does NOT set the context state to running. The
|
| + // caller must set the state AFTER calling startRendering.
|
| void startRendering();
|
|
|
| void notifyStateChange();
|
|
|