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

Unified Diff: base/task_scheduler/sequence_sort_key.h

Issue 1704113002: TaskScheduler [6] SchedulerWorkerThread (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@s_4_shutdown
Patch Set: CR from robliao Created 4 years, 9 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: base/task_scheduler/sequence_sort_key.h
diff --git a/base/task_scheduler/sequence_sort_key.h b/base/task_scheduler/sequence_sort_key.h
index 564cc9f37332ec0fb2004ebf6d988cb563f16410..5e02b976ed861d52ee59076cbc809128ec5d2bdb 100644
--- a/base/task_scheduler/sequence_sort_key.h
+++ b/base/task_scheduler/sequence_sort_key.h
@@ -14,6 +14,7 @@ namespace internal {
// An immutable representation of the priority of a Sequence.
struct BASE_EXPORT SequenceSortKey final {
+ SequenceSortKey();
SequenceSortKey(TaskPriority priority, TimeTicks next_task_sequenced_time);
bool operator<(const SequenceSortKey& other) const;

Powered by Google App Engine
This is Rietveld 408576698