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

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

Issue 2337253005: Worker: Canonicalize names of WorkerThread lifecycle events in WorkerReportingProxy (Closed)
Patch Set: fix comments 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 241afc8986e5b0b64716cc0ca3e8b620b01eed5d..1500932dee0811074479323d45553b2d0d2d7033 100644
--- a/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletThreadTest.cpp
+++ b/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletThreadTest.cpp
@@ -43,9 +43,9 @@ public:
void postMessageToPageInspector(const String&) override {}
void didEvaluateWorkerScript(bool success) override {}
- void workerGlobalScopeClosed() override {}
- void workerThreadTerminated() override {}
+ void didCloseWorkerGlobalScope() override {}
void willDestroyWorkerGlobalScope() override {}
+ void didTerminateWorkerThread() override {}
private:
TestAnimationWorkletReportingProxy() {}

Powered by Google App Engine
This is Rietveld 408576698