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

Unified Diff: third_party/WebKit/Source/modules/compositorworker/AnimationWorkletThread.cpp

Issue 2515363002: Introduce AnimationWorkletProxyClient and necessary plumbing to get it in worklet messaging proxy. (Closed)
Patch Set: Remove unnecessary PLATFORM_EXPORT Created 3 years, 10 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/modules/compositorworker/AnimationWorkletThread.cpp
diff --git a/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletThread.cpp b/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletThread.cpp
index 01f5055d1b8c1537b4cb5150baf8b1ceb14e31cf..bf59c89a28450e064ffed51b2375b4e5aafcc3d2 100644
--- a/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletThread.cpp
+++ b/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletThread.cpp
@@ -46,7 +46,7 @@ WorkerOrWorkletGlobalScope* AnimationWorkletThread::createWorkerGlobalScope(
std::move(startupData->m_starterOriginPrivilegeData));
// TODO(ikilpatrick): The AnimationWorkletGlobalScope will need to store a
- // WorkerClients object for using a CompositorProxyClient object.
+ // WorkerClients object for using a CompositorWorkerProxyClient object.
return AnimationWorkletGlobalScope::create(
startupData->m_scriptURL, startupData->m_userAgent,
securityOrigin.release(), this->isolate(), this);

Powered by Google App Engine
This is Rietveld 408576698