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

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

Issue 2868413005: Worklet: Introduce WorkletOptions for addModule() (Closed)
Patch Set: add TODO comments 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/MainThreadWorklet.h
diff --git a/third_party/WebKit/Source/core/workers/MainThreadWorklet.h b/third_party/WebKit/Source/core/workers/MainThreadWorklet.h
index 2fd6837731721c17fab57ee87c4e400fcdca14fe..998ab298423c43e06d00262cea343ab3d212918f 100644
--- a/third_party/WebKit/Source/core/workers/MainThreadWorklet.h
+++ b/third_party/WebKit/Source/core/workers/MainThreadWorklet.h
@@ -38,6 +38,7 @@ class CORE_EXPORT MainThreadWorklet : public Worklet {
private:
// Worklet.
void FetchAndInvokeScript(const KURL& module_url_record,
+ const WorkletOptions&,
ScriptPromiseResolver*) override;
};

Powered by Google App Engine
This is Rietveld 408576698