-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1526860 [wpt PR 15214] - Round up to the next render quantum for …
…suspend, a=testonly Automatic update from web-platform-tests Round up to the next render quantum for suspend OfflineAudioContext.suspend rounds the time up to the next render quantum instead of down. It is sometimes confusing when suspend occurs before the given time, which is different from how everything else works in WebAudio. A few tests need to be fixed because they computed the boundary by rounding down instead of up. One test needed to be adjusted because the times were rounded to different boundaries instead of the same boundary. See also WebAudio/web-audio-api#1822 Bug: 927895 Change-Id: Ie6685c620dd38eb2a059901d13b907764ba1a2db Reviewed-on: https://chromium-review.googlesource.com/c/1450536 Reviewed-by: Kent Tamura <tkentchromium.org> Reviewed-by: Hongchan Choi <hongchanchromium.org> Commit-Queue: Raymond Toy <rtoychromium.org> Cr-Commit-Position: refs/heads/master{#630346} -- wpt-commits: 1b1a627e597f15b60327191799b8081beac2a3cd wpt-pr: 15214 UltraBlame original commit: 5255301763d07829b256b6fc8022064ab01e500f
- Loading branch information
Showing
2 changed files
with
24 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters