| commit | 453e03e72d02fb698ba2eee8550245928a8ab3a5 | [log] [tgz] |
|---|---|---|
| author | haraken <haraken@chromium.org> | Wed Jul 13 03:15:50 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Wed Jul 13 03:17:58 2016 |
| tree | f3a3ef8c405e525fe3bdb4adcb0cabedbfc11a01 | |
| parent | 2fc766777b27679b88b84561068ef189d550294a [diff] |
Add helper functions to get per-frame task runners This CL introduces TaskRunnerHelper that collects helper functions to get task runners. This CL removes code to look up task runners of m_importsController and m_contextDocument (I don't think it's needed; we can just fall back to the default task runner when document->frame() is not available). BUG=624689 Review-Url: https://codereview.chromium.org/2141873002 Cr-Commit-Position: refs/heads/master@{#404946}