Index: third_party/WebKit/Source/core/workers/WorkerBackingThread.h |
diff --git a/third_party/WebKit/Source/core/workers/WorkerBackingThread.h b/third_party/WebKit/Source/core/workers/WorkerBackingThread.h |
index f2cb1d8449a7d697c1a5e50da7da59169a3dc86f..46c4bab2cdb204b2a54277c653ebfe07e223c84c 100644 |
--- a/third_party/WebKit/Source/core/workers/WorkerBackingThread.h |
+++ b/third_party/WebKit/Source/core/workers/WorkerBackingThread.h |
@@ -69,6 +69,8 @@ class CORE_EXPORT WorkerBackingThread final { |
static void setRAILModeOnWorkerThreadIsolates(v8::RAILMode); |
+ static void PostTaskToAllThreads(const base::Closure& closure); |
blundell
2016/10/11 11:29:06
Do the WorkerBackingThreads correspond exactly to
blundell
2016/10/11 11:29:06
Could we reuse WorkerThread::workerThread() instea
leonhsl(Using Gerrit)
2016/10/12 03:55:55
Seems multiple blink::WorkerThread correspond with
leonhsl(Using Gerrit)
2016/10/12 03:55:55
Yeah this has exactly the same effect with content
nhiroki
2016/10/12 06:20:20
(This is not related to this CL and this looks lik
nhiroki
2016/10/12 06:32:46
Filed an issue: https://bugs.chromium.org/p/chromi
|
+ |
private: |
WorkerBackingThread(const char* name, |
bool shouldCallGCOnShutdown, |