| Index: third_party/WebKit/Source/core/workers/ThreadedWorkletObjectProxy.h
|
| diff --git a/third_party/WebKit/Source/core/workers/ThreadedWorkletObjectProxy.h b/third_party/WebKit/Source/core/workers/ThreadedWorkletObjectProxy.h
|
| index 08774c6cbf7ab333b12f724cdd722bf26d0601c1..59e685133da5189ea2b95edf998956302653e69d 100644
|
| --- a/third_party/WebKit/Source/core/workers/ThreadedWorkletObjectProxy.h
|
| +++ b/third_party/WebKit/Source/core/workers/ThreadedWorkletObjectProxy.h
|
| @@ -14,7 +14,6 @@ namespace blink {
|
|
|
| class ConsoleMessage;
|
| class ExecutionContext;
|
| -class ExecutionContextTask;
|
| class ThreadedWorkletMessagingProxy;
|
|
|
| // A proxy to talk to the parent worklet object. This object is created on the
|
| @@ -29,7 +28,6 @@ class CORE_EXPORT ThreadedWorkletObjectProxy : public WorkerReportingProxy {
|
| ThreadedWorkletMessagingProxy*);
|
| ~ThreadedWorkletObjectProxy() override {}
|
|
|
| - void postTaskToMainExecutionContext(std::unique_ptr<ExecutionContextTask>);
|
| void reportPendingActivity(bool hasPendingActivity);
|
|
|
| // WorkerReportingProxy overrides.
|
|
|