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

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

Issue 2251903002: Destruct base::Thread before WorkerThread::terminateAndWait returns (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/AbstractAnimationWorkletThread.h
diff --git a/third_party/WebKit/Source/modules/compositorworker/AbstractAnimationWorkletThread.h b/third_party/WebKit/Source/modules/compositorworker/AbstractAnimationWorkletThread.h
index deb0f5a87e227aea97421ca5de19a142d6d70564..7f3fb62f5781d395e70acf5c05909e0bac0408e1 100644
--- a/third_party/WebKit/Source/modules/compositorworker/AbstractAnimationWorkletThread.h
+++ b/third_party/WebKit/Source/modules/compositorworker/AbstractAnimationWorkletThread.h
@@ -21,6 +21,7 @@ public:
~AbstractAnimationWorkletThread() override;
WorkerBackingThread& workerBackingThread() override;
+ void clearWorkerBackingThread() override {}
nhiroki 2016/08/17 07:24:19 Just to confirm: We don't have to clear the backin
haraken 2016/08/17 08:02:34 You're right. Added a comment.
bool shouldAttachThreadDebugger() const override { return false; }
static void ensureSharedBackingThread();

Powered by Google App Engine
This is Rietveld 408576698