| Index: cc/trees/layer_tree_host.cc
|
| diff --git a/cc/trees/layer_tree_host.cc b/cc/trees/layer_tree_host.cc
|
| index f85d4e7bc00fdcb0475ce77741c52eb5785a6358..1e963129b3df3591314d545afa17fee21c6355c3 100644
|
| --- a/cc/trees/layer_tree_host.cc
|
| +++ b/cc/trees/layer_tree_host.cc
|
| @@ -1357,4 +1357,14 @@ 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);
|
| +}
|
| +
|
| } // namespace cc
|
|
|