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