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 486c9369bb796d9e833a631ae8baad225eed44d0..baed1e0117f07b6ff9639a283676ee5138c9bb14 100644 |
--- a/third_party/WebKit/Source/modules/csspaint/PaintWorkletGlobalScopeProxy.h |
+++ b/third_party/WebKit/Source/modules/csspaint/PaintWorkletGlobalScopeProxy.h |
@@ -28,6 +28,7 @@ class MODULES_EXPORT PaintWorkletGlobalScopeProxy |
// Implements WorkletGlobalScopeProxy. |
void FetchAndInvokeScript(const KURL& module_url_record, |
WebURLRequest::FetchCredentialsMode, |
+ ParentFrameTaskRunners*, |
WorkletPendingTasks*) override; |
void EvaluateScript(const ScriptSourceCode&) override; |
void TerminateWorkletGlobalScope() override; |