| Index: third_party/WebKit/Source/platform/scheduler/base/task_queue.h
|
| diff --git a/third_party/WebKit/Source/platform/scheduler/base/task_queue.h b/third_party/WebKit/Source/platform/scheduler/base/task_queue.h
|
| index 64c39a6fe75ee22db3736dd16b9a35092f921b45..12f3733276292af726a52274b256390bf2d2926a 100644
|
| --- a/third_party/WebKit/Source/platform/scheduler/base/task_queue.h
|
| +++ b/third_party/WebKit/Source/platform/scheduler/base/task_queue.h
|
| @@ -162,7 +162,7 @@ class PLATFORM_EXPORT TaskQueue : public base::SingleThreadTaskRunner {
|
|
|
| // Returns true if the queue has work that's ready to execute now.
|
| // NOTE: this must be called on the thread this TaskQueue was created by.
|
| - virtual bool HasPendingImmediateWork() const = 0;
|
| + virtual bool HasTaskToRunImmediately() const = 0;
|
|
|
| // Returns requested run time of next scheduled wake-up for a delayed task
|
| // which is not ready to run. If there are no such tasks or the queue is
|
|
|