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 9e806fb8d7471eaf09c9f5a2031061757779af59..52ed15cba20f1f22b60e1ddd8abea2b42a0c98f3 100644 |
--- a/third_party/WebKit/Source/modules/compositorworker/AbstractAnimationWorkletThread.h |
+++ b/third_party/WebKit/Source/modules/compositorworker/AbstractAnimationWorkletThread.h |
@@ -25,6 +25,8 @@ |
// The backing thread is cleared by clearSharedBackingThread(). |
void clearWorkerBackingThread() override {} |
+ bool shouldAttachThreadDebugger() const override { return false; } |
+ |
// This may block the main thread. |
static void collectAllGarbage(); |