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

Unified Diff: third_party/WebKit/Source/modules/csspaint/PaintWorkletGlobalScopeProxy.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/modules/csspaint/PaintWorkletGlobalScopeProxy.h
diff --git a/third_party/WebKit/Source/modules/csspaint/PaintWorkletGlobalScopeProxy.h b/third_party/WebKit/Source/modules/csspaint/PaintWorkletGlobalScopeProxy.h
index 3aa0807578b401801b37942fb535a23a5a719449..df1a68dc0f8560383ed88f48086fb13b2b8550a7 100644
--- a/third_party/WebKit/Source/modules/csspaint/PaintWorkletGlobalScopeProxy.h
+++ b/third_party/WebKit/Source/modules/csspaint/PaintWorkletGlobalScopeProxy.h
@@ -26,6 +26,7 @@ class MODULES_EXPORT PaintWorkletGlobalScopeProxy
// Implements WorkletGlobalScopeProxy.
void FetchAndInvokeScript(const KURL& module_url_record,
+ WebURLRequest::FetchCredentialsMode,
WorkletPendingTasks*) override;
void EvaluateScript(const ScriptSourceCode&) override;
void TerminateWorkletGlobalScope() override;

Powered by Google App Engine
This is Rietveld 408576698