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/web/WebSharedWorkerImpl.h

Issue 2716853002: (WIP) Worker: Merge ParentFrameTaskRunners into TaskRunnerHelper
Patch Set: WIP Created 3 years, 10 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/web/WebSharedWorkerImpl.h
diff --git a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
index 1a37ac931d2e26e02495474baeb0bc90ba269af8..5e375abe2ea80a930ba0d5f43eb94a8ab9788ca9 100644
--- a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
+++ b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
@@ -47,7 +47,6 @@
namespace blink {
-class ParentFrameTaskRunners;
class WebApplicationCacheHost;
class WebApplicationCacheHostClient;
class WebLocalFrameImpl;
@@ -149,11 +148,8 @@ class WebSharedWorkerImpl final : public WebFrameClient,
std::unique_ptr<WebServiceWorkerNetworkProvider> m_networkProvider;
Persistent<WorkerInspectorProxy> m_workerInspectorProxy;
-
- // Owned by the main thread, but will be accessed by the worker.
- CrossThreadPersistent<ParentFrameTaskRunners> m_parentFrameTaskRunners;
-
Persistent<WebSharedWorkerReportingProxyImpl> m_reportingProxy;
+
std::unique_ptr<WorkerThread> m_workerThread;
WebSharedWorkerClient* m_client;
« no previous file with comments | « third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp ('k') | third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698