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

Unified Diff: third_party/WebKit/Source/platform/scheduler/child/webthread_base.cc

Issue 2807243003: [scheduler] Remove WorkerScheduler from public API. (Closed)
Patch Set: 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/child/webthread_base.cc
diff --git a/third_party/WebKit/Source/platform/scheduler/child/webthread_base.cc b/third_party/WebKit/Source/platform/scheduler/child/webthread_base.cc
index d8f19ee3c3c04adfa00d760a1e6212068f278e68..b23c54cf5318e20c15bbbab346cdbeb9d86f9efc 100644
--- a/third_party/WebKit/Source/platform/scheduler/child/webthread_base.cc
+++ b/third_party/WebKit/Source/platform/scheduler/child/webthread_base.cc
@@ -12,9 +12,9 @@
#include "base/memory/ptr_util.h"
#include "base/pending_task.h"
#include "base/threading/platform_thread.h"
+#include "platform/scheduler/child/compositor_worker_scheduler.h"
#include "platform/scheduler/child/webthread_impl_for_worker_scheduler.h"
#include "public/platform/WebTraceLocation.h"
-#include "public/platform/scheduler/child/compositor_worker_scheduler.h"
#include "public/platform/scheduler/child/single_thread_idle_task_runner.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698