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

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

Issue 2840473002: Worker: Remove WorkerLoaderProxy for clean-up (Closed)
Patch Set: clean up Created 3 years, 7 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/AnimationWorkletMessagingProxy.cpp
diff --git a/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletMessagingProxy.cpp b/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletMessagingProxy.cpp
index 9e6c6f9f03baf4b752a77f2ff2332d3e4dc44b56..85fb75ede742916ad0b6da3c4ef93d48a2cad43d 100644
--- a/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletMessagingProxy.cpp
+++ b/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletMessagingProxy.cpp
@@ -19,7 +19,8 @@ AnimationWorkletMessagingProxy::~AnimationWorkletMessagingProxy() {}
std::unique_ptr<WorkerThread>
AnimationWorkletMessagingProxy::CreateWorkerThread(double origin_time) {
- return AnimationWorkletThread::Create(LoaderProxy(), WorkletObjectProxy());
+ return AnimationWorkletThread::Create(GetThreadableLoadingContext(),
+ WorkletObjectProxy());
}
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698