| 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 89ecca20621f1864df276f41f20aa6a32d158c9a..65a7716cb5c0cd706c6893e70ccfba82321d885d 100644
|
| --- a/cc/raster/synchronous_task_graph_runner.h
|
| +++ b/cc/raster/synchronous_task_graph_runner.h
|
| @@ -28,7 +28,8 @@ class CC_EXPORT SynchronousTaskGraphRunner : public TaskGraphRunner {
|
| void RunUntilIdle();
|
|
|
| private:
|
| - void RunTask();
|
| + // Returns true if there was a task to run.
|
| + bool RunTask();
|
|
|
| // Stores the actual tasks to be run, sorted by priority.
|
| TaskGraphWorkQueue work_queue_;
|
|
|