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

Unified Diff: third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThread.h

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/CompositorWorkerThread.h
diff --git a/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThread.h b/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThread.h
index d21376115fb4b80360186b7722863c17367551d0..c88dc269064a39e79b655607f84d60cedc33a197 100644
--- a/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThread.h
+++ b/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThread.h
@@ -17,7 +17,7 @@ class MODULES_EXPORT CompositorWorkerThread final
: public AbstractAnimationWorkletThread {
public:
static std::unique_ptr<CompositorWorkerThread> Create(
- PassRefPtr<WorkerLoaderProxy>,
+ ThreadableLoadingContext*,
InProcessWorkerObjectProxy&,
double time_origin);
~CompositorWorkerThread() override;
@@ -31,7 +31,7 @@ class MODULES_EXPORT CompositorWorkerThread final
std::unique_ptr<WorkerThreadStartupData>) override;
private:
- CompositorWorkerThread(PassRefPtr<WorkerLoaderProxy>,
+ CompositorWorkerThread(ThreadableLoadingContext*,
InProcessWorkerObjectProxy&,
double time_origin);

Powered by Google App Engine
This is Rietveld 408576698