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

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

Issue 2574363002: Revert of Scheduler refactoring to virtually elimate redundant DoWorks (Closed)
Patch Set: Created 4 years 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/work_queue_sets.h
diff --git a/third_party/WebKit/Source/platform/scheduler/base/work_queue_sets.h b/third_party/WebKit/Source/platform/scheduler/base/work_queue_sets.h
index 23668ff4fd6a33b202dca3714fb43bad2c422aa2..7f8072579b3ceaccd4696f17af797ce7d0eebce9 100644
--- a/third_party/WebKit/Source/platform/scheduler/base/work_queue_sets.h
+++ b/third_party/WebKit/Source/platform/scheduler/base/work_queue_sets.h
@@ -56,12 +56,6 @@
bool GetOldestQueueInSet(size_t set_index, WorkQueue** out_work_queue) const;
// O(1)
- bool GetOldestQueueAndEnqueueOrderInSet(
- size_t set_index,
- WorkQueue** out_work_queue,
- EnqueueOrder* out_enqueue_order) const;
-
- // O(1)
bool IsSetEmpty(size_t set_index) const;
#if DCHECK_IS_ON() || !defined(NDEBUG)

Powered by Google App Engine
This is Rietveld 408576698