| 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 6ce2fa6e1c7f827875a21f7ba55d1be2cf4514da..dd6da79da0ac4fadb32bcf23ebb3c1aedd0a530c 100644
|
| --- a/third_party/WebKit/Source/core/workers/Worklet.h
|
| +++ b/third_party/WebKit/Source/core/workers/Worklet.h
|
| @@ -14,7 +14,6 @@
|
| namespace blink {
|
|
|
| class LocalFrame;
|
| -class WorkletGlobalScopeProxy;
|
|
|
| // This is the base implementation of Worklet interface defined in the spec:
|
| // https://drafts.css-houdini.org/worklets/#worklet
|
| @@ -34,9 +33,6 @@ class CORE_EXPORT Worklet : public GarbageCollectedFinalized<Worklet>,
|
| // addModule() imports ES6 module scripts.
|
| virtual ScriptPromise addModule(ScriptState*, const String& module_url) = 0;
|
|
|
| - // Returns a proxy to WorkletGlobalScope on the context thread.
|
| - virtual WorkletGlobalScopeProxy* GetWorkletGlobalScopeProxy() const = 0;
|
| -
|
| // ContextLifecycleObserver
|
| virtual void ContextDestroyed(ExecutionContext*);
|
|
|
|
|