| Index: cc/trees/single_thread_proxy.h
|
| diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h
|
| index 6734e2396a1900db035801ce6c5a5a1ae004cd6e..73fffb6ac8cd34bd4052d2a719adce7802b76ea4 100644
|
| --- a/cc/trees/single_thread_proxy.h
|
| +++ b/cc/trees/single_thread_proxy.h
|
| @@ -78,7 +78,6 @@ class CC_EXPORT SingleThreadProxy : public Proxy,
|
| // LayerTreeHostImplClient implementation
|
| void DidLoseCompositorFrameSinkOnImplThread() override;
|
| void SetBeginFrameSource(BeginFrameSource* source) override;
|
| - void SetEstimatedParentDrawTime(base::TimeDelta draw_time) override;
|
| void DidSwapBuffersCompleteOnImplThread() override;
|
| void OnCanDrawStateChanged(bool can_draw) override;
|
| void NotifyReadyToActivate() override;
|
|
|