• Raymond Toy's avatar
    Move resume from BaseAudioContext to its subclasses · b2b54b08
    Raymond Toy authored
    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: default avatarHongchan Choi <hongchan@chromium.org>
    Reviewed-by: default avatarKent Tamura <tkent@chromium.org>
    Commit-Queue: Raymond Toy <rtoy@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#595213}
    b2b54b08
audio_context.h 4.75 KB