| 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 7701eae44c68ce878e5000eb253ae5ce69476b2d..eed56349eb16824f5b742589f3de89f4c1e35019 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -592,10 +592,6 @@ class CC_EXPORT LayerTreeHostImpl
|
| void SetLayerTreeMutator(std::unique_ptr<LayerTreeMutator> mutator);
|
| LayerTreeMutator* mutator() { return mutator_.get(); }
|
|
|
| - void ClearCurrentlyScrollingLayerForTesting() {
|
| - ClearCurrentlyScrollingLayer();
|
| - }
|
| -
|
| LayerImpl* ViewportMainScrollLayer();
|
|
|
| protected:
|
|
|