| 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..1776f3ee3d5e1a345c1aaf04667ad75897406a6c 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -609,6 +609,8 @@ class CC_EXPORT LayerTreeHostImpl
|
| void SetLayerTreeMutator(std::unique_ptr<LayerTreeMutator> mutator);
|
| LayerTreeMutator* mutator() { return mutator_.get(); }
|
|
|
| + void ClearCurrentlyScrollingLayer();
|
| +
|
| protected:
|
| LayerTreeHostImpl(
|
| const LayerTreeSettings& settings,
|
| @@ -684,8 +686,6 @@ class CC_EXPORT LayerTreeHostImpl
|
| // the frame should be drawn.
|
| DrawResult CalculateRenderPasses(FrameData* frame);
|
|
|
| - void ClearCurrentlyScrollingLayer();
|
| -
|
| void HandleMouseOverScrollbar(LayerImpl* layer_impl);
|
|
|
| LayerImpl* FindScrollLayerForDeviceViewportPoint(
|
|
|