| 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 420fb9eadb69f38eb19dd30f84a30133b5a1bd16..a2ee4ec2bffb1a5a4caf418312b85280137d212f 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -607,10 +607,6 @@ class CC_EXPORT LayerTreeHostImpl
|
| void SetLayerTreeMutator(std::unique_ptr<LayerTreeMutator> mutator);
|
| LayerTreeMutator* mutator() { return mutator_.get(); }
|
|
|
| - void ClearCurrentlyScrollingLayerForTesting() {
|
| - ClearCurrentlyScrollingLayer();
|
| - }
|
| -
|
| protected:
|
| LayerTreeHostImpl(
|
| const LayerTreeSettings& settings,
|
|
|