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

Unified Diff: third_party/WebKit/Source/modules/compositorworker/AbstractAnimationWorkletThread.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/AbstractAnimationWorkletThread.h
diff --git a/third_party/WebKit/Source/modules/compositorworker/AbstractAnimationWorkletThread.h b/third_party/WebKit/Source/modules/compositorworker/AbstractAnimationWorkletThread.h
index 43904030f9b2ff7c86b93c1a9c9e6d250ccdcf53..3c8f50269c7dff652cebc3ce23961b6964ac05a3 100644
--- a/third_party/WebKit/Source/modules/compositorworker/AbstractAnimationWorkletThread.h
+++ b/third_party/WebKit/Source/modules/compositorworker/AbstractAnimationWorkletThread.h
@@ -5,13 +5,13 @@
#ifndef AbstractAnimationWorkletThread_h
#define AbstractAnimationWorkletThread_h
-#include "core/workers/WorkerLoaderProxy.h"
#include "core/workers/WorkerThread.h"
#include "modules/ModulesExport.h"
#include <memory>
namespace blink {
+class ThreadableLoadingContext;
class WorkerReportingProxy;
// TODO(ikilpatrick): Remove this class up to AnimationWorkletThread once we no
@@ -34,7 +34,7 @@ class MODULES_EXPORT AbstractAnimationWorkletThread : public WorkerThread {
static void CreateSharedBackingThreadForTest();
protected:
- AbstractAnimationWorkletThread(PassRefPtr<WorkerLoaderProxy>,
+ AbstractAnimationWorkletThread(ThreadableLoadingContext*,
WorkerReportingProxy&);
bool IsOwningBackingThread() const override { return false; }

Powered by Google App Engine
This is Rietveld 408576698