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

Unified Diff: third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h

Issue 2701753003: [WIP] off-main-thread loading
Patch Set: small fix 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/web/WebEmbeddedWorkerImpl.h
diff --git a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h
index 7b1dab07dba354ad60148b13080c05a2cbd6ebc1..4653ed4254f5f64508db7926612907716d93ce34 100644
--- a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h
+++ b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h
@@ -51,6 +51,7 @@ class WebView;
class WorkerInspectorProxy;
class WorkerScriptLoader;
class WorkerThread;
+class WebWorkerFetchContextInfo;
class WebEmbeddedWorkerImpl final : public WebEmbeddedWorker,
public WebFrameClient,
@@ -115,6 +116,8 @@ class WebEmbeddedWorkerImpl final : public WebEmbeddedWorker,
// to WorkerContext.
std::unique_ptr<WebWorkerContentSettingsClientProxy> m_contentSettingsClient;
+ std::unique_ptr<WebWorkerFetchContextInfo> m_webWorkerFetchContextInfo;
+
// Kept around only while main script loading is ongoing.
RefPtr<WorkerScriptLoader> m_mainScriptLoader;

Powered by Google App Engine
This is Rietveld 408576698