| Index: cc/trees/layer_tree_host.h
|
| diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
|
| index 6d3ffde52500ded84edbdf7129b363cc9bd14602..0fcf1d5d9d01fb6a055913d786e1fb61e6e636bf 100644
|
| --- a/cc/trees/layer_tree_host.h
|
| +++ b/cc/trees/layer_tree_host.h
|
| @@ -348,9 +348,6 @@ class CC_EXPORT LayerTreeHost : public MutatorHostClient {
|
| void set_surface_id_namespace(uint32_t id_namespace);
|
| SurfaceSequence CreateSurfaceSequence();
|
|
|
| - void SetChildrenNeedBeginFrames(bool children_need_begin_frames) const;
|
| - void SendBeginFramesToChildren(const BeginFrameArgs& args) const;
|
| -
|
| void SetAuthoritativeVSyncInterval(const base::TimeDelta& interval);
|
|
|
| PropertyTrees* property_trees() { return &property_trees_; }
|
|
|