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

Unified Diff: third_party/WebKit/Source/core/workers/ThreadedWorkletTest.cpp

Issue 2894233002: [animation-worklet] invoke animate callback on mutation signal (Closed)
Patch Set: 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/core/workers/ThreadedWorkletTest.cpp
diff --git a/third_party/WebKit/Source/core/workers/ThreadedWorkletTest.cpp b/third_party/WebKit/Source/core/workers/ThreadedWorkletTest.cpp
index e9a2c96293ea9ef651cc4bd9549ca9ed1f913345..2a5be7e9662950081c207a2d9efe3c04277a8ca3 100644
--- a/third_party/WebKit/Source/core/workers/ThreadedWorkletTest.cpp
+++ b/third_party/WebKit/Source/core/workers/ThreadedWorkletTest.cpp
@@ -118,7 +118,7 @@ class ThreadedWorkletMessagingProxyForTest
: public ThreadedWorkletMessagingProxy {
public:
ThreadedWorkletMessagingProxyForTest(ExecutionContext* execution_context)
- : ThreadedWorkletMessagingProxy(execution_context) {
+ : ThreadedWorkletMessagingProxy(execution_context, nullptr) {
worklet_object_proxy_ = WTF::MakeUnique<ThreadedWorkletObjectProxyForTest>(
weak_ptr_factory_.CreateWeakPtr(), GetParentFrameTaskRunners());
worker_loader_proxy_provider_ =

Powered by Google App Engine
This is Rietveld 408576698