| 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 3f523fe779e1e88545abc20dbfcd396489186001..fcf74d005d3eb027c0855ef400742f9f4bd4fced 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -594,10 +594,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,
|
|
|