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