| 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 736da24d3e4c3f56654c8f85f4cf5233e068c18c..fc41c87003bccbe22e4a5583cec9ebe877c807b0 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -447,7 +447,6 @@ class CC_EXPORT LayerTreeHostImpl
|
| virtual void ActivateSyncTree();
|
|
|
| // Shortcuts to layers on the active tree.
|
| - LayerImpl* RootLayer() const;
|
| LayerImpl* InnerViewportScrollLayer() const;
|
| LayerImpl* OuterViewportScrollLayer() const;
|
| LayerImpl* CurrentlyScrollingLayer() const;
|
| @@ -698,7 +697,6 @@ class CC_EXPORT LayerTreeHostImpl
|
| bool AnimateTopControls(base::TimeTicks monotonic_time);
|
|
|
| void TrackDamageForAllSurfaces(
|
| - LayerImpl* root_draw_layer,
|
| const LayerImplList& render_surface_layer_list);
|
|
|
| void UpdateTileManagerMemoryPolicy(const ManagedMemoryPolicy& policy);
|
|
|