| Index: third_party/WebKit/Source/modules/compositorworker/CompositorWorker.h
|
| diff --git a/third_party/WebKit/Source/modules/compositorworker/CompositorWorker.h b/third_party/WebKit/Source/modules/compositorworker/CompositorWorker.h
|
| index 184b67c12b14a89b8143a9664c68573eda4c1f4a..7f72d74c505062c538c6c56a5ed36ef49313ca85 100644
|
| --- a/third_party/WebKit/Source/modules/compositorworker/CompositorWorker.h
|
| +++ b/third_party/WebKit/Source/modules/compositorworker/CompositorWorker.h
|
| @@ -14,7 +14,7 @@ namespace blink {
|
|
|
| class ExceptionState;
|
| class ExecutionContext;
|
| -class InProcessWorkerGlobalScopeProxy;
|
| +class InProcessWorkerMessagingProxy;
|
|
|
| class MODULES_EXPORT CompositorWorker final : public InProcessWorkerBase {
|
| DEFINE_WRAPPERTYPEINFO();
|
| @@ -24,7 +24,7 @@ public:
|
| ~CompositorWorker() override;
|
|
|
| const AtomicString& interfaceName() const override;
|
| - InProcessWorkerGlobalScopeProxy* createInProcessWorkerGlobalScopeProxy(ExecutionContext*) override;
|
| + InProcessWorkerMessagingProxy* createInProcessWorkerMessagingProxy(ExecutionContext*) override;
|
|
|
| private:
|
| explicit CompositorWorker(ExecutionContext*);
|
|
|