Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1372)

Unified Diff: third_party/WebKit/Source/core/workers/WorkletGlobalScopeProxy.h

Issue 2853743002: Worklet: Introduce PaintWorkletGlobalScopeProxy (Closed)
Patch Set: address review comments Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {}
« no previous file with comments | « third_party/WebKit/Source/core/workers/MainThreadWorkletTest.cpp ('k') | third_party/WebKit/Source/modules/csspaint/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698