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

Unified Diff: base/task_scheduler/scheduler_thread_pool.h

Issue 1903133003: TaskScheduler: Avoid Sequence refcount bump in GetWork() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review:robliao/fdoray#14-15 Created 4 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: base/task_scheduler/scheduler_thread_pool.h
diff --git a/base/task_scheduler/scheduler_thread_pool.h b/base/task_scheduler/scheduler_thread_pool.h
index 8c3e9a86e1f339906d6a8b3aaa968ac7ba1bda44..e51362fda3e48e9a9fcf6451f4952f540ad7c5cd 100644
--- a/base/task_scheduler/scheduler_thread_pool.h
+++ b/base/task_scheduler/scheduler_thread_pool.h
@@ -18,7 +18,7 @@ namespace base {
namespace internal {
class SchedulerWorkerThread;
-struct SequenceSortKey;
+class SequenceSortKey;
// Interface for a thread pool.
class BASE_EXPORT SchedulerThreadPool {

Powered by Google App Engine
This is Rietveld 408576698