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

Unified Diff: third_party/WebKit/Source/modules/compositorworker/AnimationWorkletThreadTest.cpp

Issue 2337003002: Worker: Notify WorkerThread lifecycle events via WorkerReportingProxy (Closed)
Patch Set: fix tests Created 4 years, 3 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/AnimationWorkletThreadTest.cpp
diff --git a/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletThreadTest.cpp b/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletThreadTest.cpp
index a5cf53470c5dd1621f5c7491a60908a3589c08fa..241afc8986e5b0b64716cc0ca3e8b620b01eed5d 100644
--- a/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletThreadTest.cpp
+++ b/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletThreadTest.cpp
@@ -43,7 +43,6 @@ public:
void postMessageToPageInspector(const String&) override {}
void didEvaluateWorkerScript(bool success) override {}
- void workerGlobalScopeStarted(WorkerOrWorkletGlobalScope*) override {}
void workerGlobalScopeClosed() override {}
void workerThreadTerminated() override {}
void willDestroyWorkerGlobalScope() override {}

Powered by Google App Engine
This is Rietveld 408576698