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

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

Issue 2871513002: Worklet: Lazily create PaintWorkletGlobalScopes (Closed)
Patch Set: fix wrong dcheck 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/Worklet.h
diff --git a/third_party/WebKit/Source/core/workers/Worklet.h b/third_party/WebKit/Source/core/workers/Worklet.h
index 0ca938ebe5d70473ec009b76e1decf2c4167f2f8..7c2c2f222c15afc1b253065bda4635fc6a979abe 100644
--- a/third_party/WebKit/Source/core/workers/Worklet.h
+++ b/third_party/WebKit/Source/core/workers/Worklet.h
@@ -16,7 +16,6 @@ namespace blink {
class LocalFrame;
class ScriptPromiseResolver;
-class WorkletGlobalScopeProxy;
// This is the base implementation of Worklet interface defined in the spec:
// https://drafts.css-houdini.org/worklets/#worklet
@@ -38,9 +37,6 @@ class CORE_EXPORT Worklet : public GarbageCollectedFinalized<Worklet>,
const String& module_url,
const WorkletOptions&);
- // Returns a proxy to WorkletGlobalScope on the context thread.
- virtual WorkletGlobalScopeProxy* GetWorkletGlobalScopeProxy() const = 0;
-
DECLARE_VIRTUAL_TRACE();
protected:
« no previous file with comments | « third_party/WebKit/Source/core/workers/ThreadedWorklet.h ('k') | third_party/WebKit/Source/modules/csspaint/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698