| Index: third_party/WebKit/Source/modules/compositorworker/AnimationWorklet.h
|
| diff --git a/third_party/WebKit/Source/modules/compositorworker/AnimationWorklet.h b/third_party/WebKit/Source/modules/compositorworker/AnimationWorklet.h
|
| index c77fd8fe5ecdcdd55ad5dedacdb75c5382f31b4a..7a531c826076b7f10c7a068c418606922e4560e6 100644
|
| --- a/third_party/WebKit/Source/modules/compositorworker/AnimationWorklet.h
|
| +++ b/third_party/WebKit/Source/modules/compositorworker/AnimationWorklet.h
|
| @@ -12,7 +12,7 @@
|
| namespace blink {
|
|
|
| class LocalFrame;
|
| -class ThreadedWorkletGlobalScopeProxy;
|
| +class ThreadedWorkletMessagingProxy;
|
| class WorkletGlobalScopeProxy;
|
|
|
| class MODULES_EXPORT AnimationWorklet final : public Worklet {
|
| @@ -29,7 +29,7 @@ private:
|
| explicit AnimationWorklet(LocalFrame*);
|
|
|
| // TODO(ikilpatrick): this will change to a raw ptr once we have a thread.
|
| - std::unique_ptr<ThreadedWorkletGlobalScopeProxy> m_workletGlobalScopeProxy;
|
| + std::unique_ptr<ThreadedWorkletMessagingProxy> m_workletMessagingProxy;
|
| };
|
|
|
| } // namespace blink
|
|
|