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

Unified Diff: third_party/WebKit/public/platform/scheduler/utility/webthread_impl_for_utility_thread.h

Issue 2810883002: [scheduler] Remove webthread_impl_for_worker_scheduler 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/public/platform/scheduler/utility/webthread_impl_for_utility_thread.h
diff --git a/third_party/WebKit/public/platform/scheduler/utility/webthread_impl_for_utility_thread.h b/third_party/WebKit/public/platform/scheduler/utility/webthread_impl_for_utility_thread.h
index 037ea91ddd59a63efc891d8f6a5e3d4737967aeb..30498aecbea5680328404e451227a83a806d78e0 100644
--- a/third_party/WebKit/public/platform/scheduler/utility/webthread_impl_for_utility_thread.h
+++ b/third_party/WebKit/public/platform/scheduler/utility/webthread_impl_for_utility_thread.h
@@ -26,6 +26,7 @@ class BLINK_PLATFORM_EXPORT WebThreadImplForUtilityThread
// WebThreadBase implementation.
base::SingleThreadTaskRunner* GetTaskRunner() const override;
scheduler::SingleThreadIdleTaskRunner* GetIdleTaskRunner() const override;
+ void Init() override;
private:
scoped_refptr<base::SingleThreadTaskRunner> task_runner_;

Powered by Google App Engine
This is Rietveld 408576698