| Index: cc/trees/layer_tree_host_impl.h
|
| diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h
|
| index 04b306c5e3739f7a6cb72340ca573fea5c35c160..2895e7370fc2950224e25167e5de63deed57d932 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -102,7 +102,6 @@ class LayerTreeHostImplClient {
|
| base::TimeDelta interval) = 0;
|
| virtual void SetBeginFrameSource(BeginFrameSource* source) = 0;
|
| virtual void SetEstimatedParentDrawTime(base::TimeDelta draw_time) = 0;
|
| - virtual void DidSwapBuffersOnImplThread() = 0;
|
| virtual void DidSwapBuffersCompleteOnImplThread() = 0;
|
| virtual void OnCanDrawStateChanged(bool can_draw) = 0;
|
| virtual void NotifyReadyToActivate() = 0;
|
| @@ -367,7 +366,6 @@ class CC_EXPORT LayerTreeHostImpl
|
| const gfx::Rect& viewport_rect,
|
| const gfx::Transform& transform) override;
|
| void DidLoseOutputSurface() override;
|
| - void DidSwapBuffers() override;
|
| void DidSwapBuffersComplete() override;
|
| void DidReceiveTextureInUseResponses(
|
| const gpu::TextureInUseResponses& responses) override;
|
|
|