Move resume from BaseAudioContext to its subclasses
The WebAudio spec moved the resume method from the BaseAudioContext to its subclasses AudioContext and OfflineAudioContext. Update the idl and implementation to reflect this change. This change causes the following tests to fail: AudioContext/audiocontext-properties.html BaseAudioContext/baseaudiocontext-properties.html OfflineAudioContext/offlineaudiocontext-properties.html We remove these tests because they basically duplicate the test in external/wpt/webaudio/idlharness.https.window.html. Bug: 889663, 888870 Test: already covered by existing tests Change-Id: Ic7ed8a5f950e8d069ac7c916d716526f96bf3c18 Reviewed-on: https://chromium-review.googlesource.com/1247703Reviewed-by:Hongchan Choi <hongchan@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Commit-Queue: Raymond Toy <rtoy@chromium.org> Cr-Commit-Position: refs/heads/master@{#595213}
Showing
Please register or sign in to comment