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 c805075f9fe8c6aac3e1222ee7ecc061ae6a7f3e..e2ee51997f41eb880d4f3d1eac9aa12c4dbfaf7b 100644 |
--- a/third_party/WebKit/Source/modules/compositorworker/AbstractAnimationWorkletThread.h |
+++ b/third_party/WebKit/Source/modules/compositorworker/AbstractAnimationWorkletThread.h |
@@ -29,6 +29,8 @@ public: |
bool shouldAttachThreadDebugger() const override { return false; } |
+ static void collectAllGarbage(); |
+ |
static void ensureSharedBackingThread(); |
static void createSharedBackingThreadForTest(); |