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

Unified Diff: third_party/WebKit/Source/modules/compositorworker/AnimationWorkletThread.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/AnimationWorkletThread.h
diff --git a/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletThread.h b/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletThread.h
index 76747c9a0d44735f6df6c3317180b26c173a1b4e..289c74f8e0e471a6d412d8bb6d35b0304de0d6d3 100644
--- a/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletThread.h
+++ b/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletThread.h
@@ -17,7 +17,7 @@ class MODULES_EXPORT AnimationWorkletThread final
: public AbstractAnimationWorkletThread {
public:
static std::unique_ptr<AnimationWorkletThread> Create(
- PassRefPtr<WorkerLoaderProxy>,
+ ThreadableLoadingContext*,
WorkerReportingProxy&);
~AnimationWorkletThread() override;
@@ -26,7 +26,7 @@ class MODULES_EXPORT AnimationWorkletThread final
std::unique_ptr<WorkerThreadStartupData>) final;
private:
- AnimationWorkletThread(PassRefPtr<WorkerLoaderProxy>, WorkerReportingProxy&);
+ AnimationWorkletThread(ThreadableLoadingContext*, WorkerReportingProxy&);
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698