Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1062)

Unified Diff: third_party/WebKit/public/platform/WebScheduler.h

Issue 2387113002: reflow comments in public/platform/ (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698