| Index: third_party/WebKit/public/platform/WebScheduler.h
|
| diff --git a/third_party/WebKit/public/platform/WebScheduler.h b/third_party/WebKit/public/platform/WebScheduler.h
|
| index 396259157743ba4b5d80344195ee6eeaad253a74..6e766133df8e991412f8fae71676ea463e458698 100644
|
| --- a/third_party/WebKit/public/platform/WebScheduler.h
|
| +++ b/third_party/WebKit/public/platform/WebScheduler.h
|
| @@ -38,9 +38,9 @@ class BLINK_PLATFORM_EXPORT WebScheduler {
|
| // the associated WebThread.
|
| virtual void shutdown() = 0;
|
|
|
| - // Returns true if there is high priority work pending on the associated WebThread
|
| - // and the caller should yield to let the scheduler service that work.
|
| - // Must be called on the associated WebThread.
|
| + // Returns true if there is high priority work pending on the associated
|
| + // WebThread and the caller should yield to let the scheduler service that
|
| + // work. Must be called on the associated WebThread.
|
| virtual bool shouldYieldForHighPriorityWork() = 0;
|
|
|
| // Returns true if a currently running idle task could exceed its deadline
|
|
|