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

Unified Diff: third_party/WebKit/Source/platform/scheduler/base/task_queue_manager.h

Issue 2786083005: scheduler: Maintain a constant enqueue order for every task (Closed)
Patch Set: WASM workaround no longer needed Created 3 years, 8 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/Source/platform/scheduler/base/task_queue_manager.h
diff --git a/third_party/WebKit/Source/platform/scheduler/base/task_queue_manager.h b/third_party/WebKit/Source/platform/scheduler/base/task_queue_manager.h
index 6215f4017c61d3ccf517ebf852bfbbe2a91ee3f5..0f72a9ca6e61b327d063c24ca0eac3dd82f2e94d 100644
--- a/third_party/WebKit/Source/platform/scheduler/base/task_queue_manager.h
+++ b/third_party/WebKit/Source/platform/scheduler/base/task_queue_manager.h
@@ -280,7 +280,7 @@ class BLINK_PLATFORM_EXPORT TaskQueueManager
const base::Closure& task,
base::TimeDelta delay);
- internal::EnqueueOrder GetNextSequenceNumber();
+ internal::EnqueueOrder GetNextEnqueueOrder(base::TimeTicks delayed_run_time);
// Calls DelayTillNextTask on all time domains and returns the smallest delay
// requested if any.

Powered by Google App Engine
This is Rietveld 408576698