Index: third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThread.h |
diff --git a/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThread.h b/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThread.h |
index 6c80a73b0f400bd1067b09553335e4d39a39d243..eb79e4a6926e49f2368275fcf6cd73aacae4f2dc 100644 |
--- a/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThread.h |
+++ b/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThread.h |
@@ -22,6 +22,7 @@ public: |
WorkerBackingThread& workerBackingThread() override; |
bool shouldAttachThreadDebugger() const override { return false; } |
+ static void ensureSharedBackingThread(); |
static void resetSharedBackingThreadForTest(); |
static void clearSharedBackingThread(); |