| commit | cce066dfc6c0825999730afcaba4d8b9c0beaa37 | [log] [tgz] |
|---|---|---|
| author | tzik <tzik@chromium.org> | Tue Jul 26 06:03:04 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Tue Jul 26 06:04:37 2016 |
| tree | 6072539cfd332455267649b9f1a05322a1602bd1 | |
| parent | a4d2261bf464657d1a4f1b27bb7a1f50f19d503f [diff] |
Add ExecutionContext and ScriptState support to blink::TaskRunnerHelper Many of users of TaskRunnerHelper have ExecutionContext or ScriptState rather than Document or Frame, which are a few step away from EC or SS. This CL add overloads of TaskRunnerHelper::getUnthrottledTaskRunner for EC and SS for shorthand. BUG=624696 Review-Url: https://codereview.chromium.org/2178263002 Cr-Commit-Position: refs/heads/master@{#407721}