| commit | b25671fdd0a363d32f328acdefdf7e6ad9eef218 | [log] [tgz] |
|---|---|---|
| author | skyostil <skyostil@chromium.org> | Mon Jul 04 12:29:33 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Mon Jul 04 12:31:21 2016 |
| tree | 8c610c5393b2d0e4bec82417f754638fec415386 | |
| parent | ab151b40b44688092a5c0a8b5e0d26d963020dec [diff] |
scheduler: Add an unthrottled per-frame task runner Add an unthrottled task runner which will be used for executing internal browser tasks which should never be throttled. In general only tasks whose performance characteristics are known should be posted to this task runner; for example user JavaScript should not be allowed. BUG=624699 Review-Url: https://codereview.chromium.org/2118783002 Cr-Commit-Position: refs/heads/master@{#403670}