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

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

Issue 2819153003: Worklet: Separate Worklet into MainThreadWorklet and ThreadedWorklet (Closed)
Patch Set: update comments Created 3 years, 8 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/AnimationWorklet.h
diff --git a/third_party/WebKit/Source/modules/compositorworker/AnimationWorklet.h b/third_party/WebKit/Source/modules/compositorworker/AnimationWorklet.h
index b83e567b75d26b3ab4d236d6f95b585238c7926e..7fb42f479ef70c99439a1feccc5cb8352e47a174 100644
--- a/third_party/WebKit/Source/modules/compositorworker/AnimationWorklet.h
+++ b/third_party/WebKit/Source/modules/compositorworker/AnimationWorklet.h
@@ -5,7 +5,7 @@
#ifndef AnimationWorklet_h
#define AnimationWorklet_h
-#include "core/workers/Worklet.h"
+#include "core/workers/ThreadedWorklet.h"
#include "modules/ModulesExport.h"
#include "platform/heap/Handle.h"
@@ -15,7 +15,7 @@ class LocalFrame;
class ThreadedWorkletMessagingProxy;
class WorkletGlobalScopeProxy;
-class MODULES_EXPORT AnimationWorklet final : public Worklet {
+class MODULES_EXPORT AnimationWorklet final : public ThreadedWorklet {
WTF_MAKE_NONCOPYABLE(AnimationWorklet);
public:

Powered by Google App Engine
This is Rietveld 408576698