DescriptionRemove unnecessary members for tricky lazy initialization in AudioContext.
The lazy initialization required the way to check wheather audio thread is finished or not to avoid lazy initialization by creation of other node after context uninitialzation.
A m_audioThreadFinished is not needed anymore since initialization() will be called only once in construct.
BUG=none
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175130
Patch Set 1 : #
Messages
Total messages: 7 (0 generated)
|