| Index: third_party/WebKit/Source/platform/scheduler/child/compositor_worker_scheduler.cc
|
| diff --git a/third_party/WebKit/Source/platform/scheduler/child/compositor_worker_scheduler.cc b/third_party/WebKit/Source/platform/scheduler/child/compositor_worker_scheduler.cc
|
| index 7cf075262d3c48d81be9401fb7c80429c218c972..d2e683807778fa94b7f51b99a0b9153137926e00 100644
|
| --- a/third_party/WebKit/Source/platform/scheduler/child/compositor_worker_scheduler.cc
|
| +++ b/third_party/WebKit/Source/platform/scheduler/child/compositor_worker_scheduler.cc
|
| @@ -24,8 +24,8 @@ class CompositorWorkerTaskRunnerWrapper : public TaskQueue {
|
| // TaskQueue implementation:
|
| void UnregisterTaskQueue() override { NOTREACHED(); }
|
|
|
| - bool RunsTasksOnCurrentThread() const override {
|
| - return task_runner_->RunsTasksOnCurrentThread();
|
| + bool RunsTasksInCurrentSequence() const override {
|
| + return task_runner_->RunsTasksInCurrentSequence();
|
| }
|
|
|
| bool PostDelayedTask(const tracked_objects::Location& from_here,
|
|
|