Pass per-frame task runners to Workers (when possible)
- For in-process workers (i.e. dedicated/compositor workers): always use the associated document's task runners - For out-of-process workers (i.e. service/shared workers): keep using the default task runner of the main thread, but via TaskRunnerHelper so we could still start using different task runners for different tasks (e.g. loading vs timer) if we want. BUG=627034 Review-Url: https://codereview.chromium.org/2163983004 Cr-Commit-Position: refs/heads/master@{#408652}
Showing
Please register or sign in to comment