| 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 224b1e88c505f9e9abfe23681aac291e123899e6..b0285a9f4a422e5c3a33bc5fd6701b632505823d 100644
|
| --- a/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThread.h
|
| +++ b/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThread.h
|
| @@ -22,7 +22,9 @@ public:
|
| WorkerBackingThread& workerBackingThread() override;
|
| bool shouldAttachThreadDebugger() const override { return false; }
|
|
|
| - static void resetSharedBackingThreadForTest();
|
| + static void ensureSharedBackingThread();
|
| + static void createSharedBackingThreadForTest();
|
| + static void clearSharedBackingThread();
|
|
|
| protected:
|
| CompositorWorkerThread(PassRefPtr<WorkerLoaderProxy>, InProcessWorkerObjectProxy&, double timeOrigin);
|
|
|