| Index: third_party/WebKit/Source/core/workers/WorkletGlobalScopeProxy.h
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkletGlobalScopeProxy.h b/third_party/WebKit/Source/core/workers/WorkletGlobalScopeProxy.h
|
| index 2c2d4d6f80ddd93afe859ee8937df19d41642788..201cbbf689e0dd5db6bab16aba8c5750db3d93a0 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkletGlobalScopeProxy.h
|
| +++ b/third_party/WebKit/Source/core/workers/WorkletGlobalScopeProxy.h
|
| @@ -13,8 +13,9 @@ namespace blink {
|
| class ScriptSourceCode;
|
| class WorkletPendingTasks;
|
|
|
| -// A proxy to talk to the worklet global scope. The global scope may exist in
|
| -// the main thread or on a different thread.
|
| +// Abstracts communication from (Main/Threaded)Worklet on the main thread to
|
| +// (Main/Threaded)WorkletGlobalScope so that Worklet class doesn't have to care
|
| +// about the thread WorkletGlobalScope runs on.
|
| class CORE_EXPORT WorkletGlobalScopeProxy {
|
| public:
|
| virtual ~WorkletGlobalScopeProxy() {}
|
|
|