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

Unified Diff: third_party/WebKit/Source/modules/csspaint/PaintWorkletGlobalScope.h

Issue 2830603003: Worklet: Move WorkletScriptLoader from MainThreadWorklet to MainThreadWorkletGlobalScope (Closed)
Patch Set: const auto& 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/modules/csspaint/PaintWorkletGlobalScope.h
diff --git a/third_party/WebKit/Source/modules/csspaint/PaintWorkletGlobalScope.h b/third_party/WebKit/Source/modules/csspaint/PaintWorkletGlobalScope.h
index ce2b683b8e48e34a1b61bce37005ab07fe9cfd36..5af44faee6902cc4a03a013fd587da5f71ab0fad 100644
--- a/third_party/WebKit/Source/modules/csspaint/PaintWorkletGlobalScope.h
+++ b/third_party/WebKit/Source/modules/csspaint/PaintWorkletGlobalScope.h
@@ -27,7 +27,8 @@ class MODULES_EXPORT PaintWorkletGlobalScope final
const KURL&,
const String& user_agent,
PassRefPtr<SecurityOrigin>,
- v8::Isolate*);
+ v8::Isolate*,
+ WorkletObjectProxy*);
~PaintWorkletGlobalScope() override;
void Dispose() final;
@@ -46,7 +47,8 @@ class MODULES_EXPORT PaintWorkletGlobalScope final
const KURL&,
const String& user_agent,
PassRefPtr<SecurityOrigin>,
- v8::Isolate*);
+ v8::Isolate*,
+ WorkletObjectProxy*);
typedef HeapHashMap<String, Member<CSSPaintDefinition>> DefinitionMap;
DefinitionMap paint_definitions_;

Powered by Google App Engine
This is Rietveld 408576698