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

Unified Diff: third_party/WebKit/Source/platform/scheduler/utility/webthread_impl_for_utility_thread.cc

Issue 2810883002: [scheduler] Remove webthread_impl_for_worker_scheduler from public API. (Closed)
Patch Set: Add TODO to remove WebThreadBase from public API 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/utility/webthread_impl_for_utility_thread.cc
diff --git a/third_party/WebKit/Source/platform/scheduler/utility/webthread_impl_for_utility_thread.cc b/third_party/WebKit/Source/platform/scheduler/utility/webthread_impl_for_utility_thread.cc
index 8321d9790dedc310f11aaeba70c3daf40656c9c2..b1a64834338402b0610481069cd75c956ef06cda 100644
--- a/third_party/WebKit/Source/platform/scheduler/utility/webthread_impl_for_utility_thread.cc
+++ b/third_party/WebKit/Source/platform/scheduler/utility/webthread_impl_for_utility_thread.cc
@@ -35,5 +35,7 @@ WebThreadImplForUtilityThread::GetIdleTaskRunner() const {
return nullptr;
}
+void WebThreadImplForUtilityThread::Init() {}
+
} // namespace scheduler
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698