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

Unified Diff: third_party/WebKit/Source/core/workers/WorkerThread.h

Issue 2402983002: [TimeZoneMonitor] Decouple renderer side impl from content to blink. (Closed)
Patch Set: Initialize mojo before initializing blink Created 4 years, 2 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/core/workers/WorkerThread.h
diff --git a/third_party/WebKit/Source/core/workers/WorkerThread.h b/third_party/WebKit/Source/core/workers/WorkerThread.h
index e4873947873f442dd624f7efa64480727bcb4f99..e282c20265e7f50a884d3231566054ae7715388d 100644
--- a/third_party/WebKit/Source/core/workers/WorkerThread.h
+++ b/third_party/WebKit/Source/core/workers/WorkerThread.h
@@ -154,6 +154,9 @@ class CORE_EXPORT WorkerThread {
// Number of active worker threads.
static unsigned workerThreadCount();
+ static void PostTaskToAllWorkerThreads(const WebTraceLocation&,
+ std::unique_ptr<ExecutionContextTask>);
+
PlatformThreadId platformThreadId();
bool isForciblyTerminated();

Powered by Google App Engine
This is Rietveld 408576698