Index: cc/trees/layer_tree_host.h |
diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h |
index 8af3dcbadf095b261c13f466b61aa07a69bf10c1..c8585dd6ed7ceabc82b93d1b2209ebc45aed74d6 100644 |
--- a/cc/trees/layer_tree_host.h |
+++ b/cc/trees/layer_tree_host.h |
@@ -344,9 +344,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_; } |