| Index: cc/trees/layer_tree_host.cc
|
| diff --git a/cc/trees/layer_tree_host.cc b/cc/trees/layer_tree_host.cc
|
| index 5437ba5e60b62ea69580f3fb7761d241dddac368..f76464e2460c3752eea7c4fbaee294cdf6ba945d 100644
|
| --- a/cc/trees/layer_tree_host.cc
|
| +++ b/cc/trees/layer_tree_host.cc
|
| @@ -1197,16 +1197,6 @@ SurfaceSequence LayerTreeHost::CreateSurfaceSequence() {
|
| return SurfaceSequence(surface_id_namespace_, next_surface_sequence_++);
|
| }
|
|
|
| -void LayerTreeHost::SetChildrenNeedBeginFrames(
|
| - bool children_need_begin_frames) const {
|
| - proxy_->SetChildrenNeedBeginFrames(children_need_begin_frames);
|
| -}
|
| -
|
| -void LayerTreeHost::SendBeginFramesToChildren(
|
| - const BeginFrameArgs& args) const {
|
| - client_->SendBeginFramesToChildren(args);
|
| -}
|
| -
|
| void LayerTreeHost::SetAuthoritativeVSyncInterval(
|
| const base::TimeDelta& interval) {
|
| proxy_->SetAuthoritativeVSyncInterval(interval);
|
|
|