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

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

Issue 2912743002: [WIP] Worklet: Merge MainThreadWorklet and ThreadedWorklet into Worklet
Patch Set: WIP 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/AnimationWorkletMessagingProxy.h
diff --git a/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletMessagingProxy.h b/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletMessagingProxy.h
index be3f82207d84488da0b266dbc70991707ec3421b..ba03a4afdf80410b4fb52c04e993a443c30d612c 100644
--- a/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletMessagingProxy.h
+++ b/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletMessagingProxy.h
@@ -22,10 +22,9 @@ class AnimationWorkletMessagingProxy final
public:
AnimationWorkletMessagingProxy(ExecutionContext*,
AnimationWorkletProxyClient*);
-
- protected:
~AnimationWorkletMessagingProxy() override;
+ protected:
std::unique_ptr<WorkerThread> CreateWorkerThread(double origin_time) override;
Persistent<AnimationWorkletProxyClient> proxy_client_;
};

Powered by Google App Engine
This is Rietveld 408576698