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

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

Issue 2839123003: Worklet: Introduce "pending tasks struct" concept defined in the Worklet spec (Closed)
Patch Set: address review comments 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 5af44faee6902cc4a03a013fd587da5f71ab0fad..ce2b683b8e48e34a1b61bce37005ab07fe9cfd36 100644
--- a/third_party/WebKit/Source/modules/csspaint/PaintWorkletGlobalScope.h
+++ b/third_party/WebKit/Source/modules/csspaint/PaintWorkletGlobalScope.h
@@ -27,8 +27,7 @@ class MODULES_EXPORT PaintWorkletGlobalScope final
const KURL&,
const String& user_agent,
PassRefPtr<SecurityOrigin>,
- v8::Isolate*,
- WorkletObjectProxy*);
+ v8::Isolate*);
~PaintWorkletGlobalScope() override;
void Dispose() final;
@@ -47,8 +46,7 @@ class MODULES_EXPORT PaintWorkletGlobalScope final
const KURL&,
const String& user_agent,
PassRefPtr<SecurityOrigin>,
- v8::Isolate*,
- WorkletObjectProxy*);
+ v8::Isolate*);
typedef HeapHashMap<String, Member<CSSPaintDefinition>> DefinitionMap;
DefinitionMap paint_definitions_;

Powered by Google App Engine
This is Rietveld 408576698