| Index: cc/raster/synchronous_task_graph_runner.h
|
| diff --git a/cc/raster/synchronous_task_graph_runner.h b/cc/raster/synchronous_task_graph_runner.h
|
| index 65a7716cb5c0cd706c6893e70ccfba82321d885d..89ecca20621f1864df276f41f20aa6a32d158c9a 100644
|
| --- a/cc/raster/synchronous_task_graph_runner.h
|
| +++ b/cc/raster/synchronous_task_graph_runner.h
|
| @@ -28,8 +28,7 @@
|
| void RunUntilIdle();
|
|
|
| private:
|
| - // Returns true if there was a task to run.
|
| - bool RunTask();
|
| + void RunTask();
|
|
|
| // Stores the actual tasks to be run, sorted by priority.
|
| TaskGraphWorkQueue work_queue_;
|
|
|