New issue
Advanced search Search tips

Issue 725097 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Jun 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Use TaskRunnerHelper with kUnthrottled task priority in AudioDestination

Project Member Reported by hongchan@chromium.org, May 22 2017

Issue description

The current implementation uses a soon-to-be-deprecated task scheduler. Update this with a better priority descriptor.

``` Replace this
rendering_thread_->GetWebTaskRunner()->PostTask(
```


``` with this
TaskRunnerHelper::Get(TaskType::kUnthrottled, rendering_thread_)
    ->PostTask(
```



 
Status: WontFix (was: Assigned)
This does not apply because the TaskRunnerHelper will not use Thread for the target.

Sign in to add a comment