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

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

Issue 2718643002: Worker: Pass ParentFrameTaskRunners via WorkerThread::start() instead of the ctor (Closed)
Patch Set: 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/AbstractAnimationWorkletThread.h
diff --git a/third_party/WebKit/Source/modules/compositorworker/AbstractAnimationWorkletThread.h b/third_party/WebKit/Source/modules/compositorworker/AbstractAnimationWorkletThread.h
index a3b9ea994f719a3da5b374668a95f0eb658a0a55..9e806fb8d7471eaf09c9f5a2031061757779af59 100644
--- a/third_party/WebKit/Source/modules/compositorworker/AbstractAnimationWorkletThread.h
+++ b/third_party/WebKit/Source/modules/compositorworker/AbstractAnimationWorkletThread.h
@@ -35,8 +35,7 @@ class MODULES_EXPORT AbstractAnimationWorkletThread : public WorkerThread {
protected:
AbstractAnimationWorkletThread(PassRefPtr<WorkerLoaderProxy>,
- WorkerReportingProxy&,
- ParentFrameTaskRunners*);
+ WorkerReportingProxy&);
bool isOwningBackingThread() const override { return false; }
};

Powered by Google App Engine
This is Rietveld 408576698