| Index: cc/trees/thread_proxy.h
|
| diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h
|
| index 1a1406394772aac03d24c4b43d07d403801da1bd..9cbfc9a028a1c436b4cbd12121fc9284d384904c 100644
|
| --- a/cc/trees/thread_proxy.h
|
| +++ b/cc/trees/thread_proxy.h
|
| @@ -172,7 +172,6 @@ class CC_EXPORT ThreadProxy : public Proxy,
|
| void MainThreadHasStoppedFlinging() override;
|
| void Start() override;
|
| void Stop() override;
|
| - void ForceSerializeOnSwapBuffers() override;
|
| bool SupportsImplScrolling() const override;
|
| bool MainFrameWillHappenForTesting() override;
|
| void SetChildrenNeedBeginFrames(bool children_need_begin_frames) override;
|
| @@ -281,7 +280,6 @@ class CC_EXPORT ThreadProxy : public Proxy,
|
| void FinishGLOnImplThread(CompletionEvent* completion);
|
| void LayerTreeHostClosedOnImplThread(CompletionEvent* completion);
|
| DrawResult DrawSwapInternal(bool forced_draw);
|
| - void ForceSerializeOnSwapBuffersOnImplThread(CompletionEvent* completion);
|
| void MainFrameWillHappenOnImplThreadForTesting(CompletionEvent* completion,
|
| bool* main_frame_will_happen);
|
| void SetSwapUsedIncompleteTileOnImplThread(bool used_incomplete_tile);
|
|
|