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

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

Issue 2910953002: Worklet: Enqueue tasks into outsideSetting's event loop (Closed)
Patch Set: fix Created 3 years, 7 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/MainThreadWorkletGlobalScope.h
diff --git a/third_party/WebKit/Source/core/workers/MainThreadWorkletGlobalScope.h b/third_party/WebKit/Source/core/workers/MainThreadWorkletGlobalScope.h
index 7c5ffaebbb1115510e628b739ce2b487e68e11cf..88157a2762419c5c4f24cfd242cb516025946664 100644
--- a/third_party/WebKit/Source/core/workers/MainThreadWorkletGlobalScope.h
+++ b/third_party/WebKit/Source/core/workers/MainThreadWorkletGlobalScope.h
@@ -16,6 +16,7 @@ namespace blink {
class ConsoleMessage;
class LocalFrame;
+class ParentFrameTaskRunners;
class CORE_EXPORT MainThreadWorkletGlobalScope
: public WorkletGlobalScope,
@@ -38,6 +39,7 @@ class CORE_EXPORT MainThreadWorkletGlobalScope
void FetchAndInvokeScript(const KURL& module_url_record,
WebURLRequest::FetchCredentialsMode,
+ ParentFrameTaskRunners*,
falken 2017/05/30 01:33:23 I'm not sure it's clear what ParentFrameTaskRunner
nhiroki 2017/05/30 02:14:23 Added function comments. I feel "ParentFrameTaskR
WorkletPendingTasks*);
void Terminate();

Powered by Google App Engine
This is Rietveld 408576698