| Index: cc/trees/layer_tree_host_impl.cc
|
| diff --git a/cc/trees/layer_tree_host_impl.cc b/cc/trees/layer_tree_host_impl.cc
|
| index fe9b8d7b895304a3f405bcadf9417dd2b953cf17..8669bc073181b12e77f7a226a913701f91e002a8 100644
|
| --- a/cc/trees/layer_tree_host_impl.cc
|
| +++ b/cc/trees/layer_tree_host_impl.cc
|
| @@ -1913,7 +1913,7 @@ static LayerImpl* NextScrollLayer(LayerImpl* layer) {
|
|
|
| LayerImpl* LayerTreeHostImpl::FindScrollLayerForDeviceViewportPoint(
|
| gfx::PointF device_viewport_point, InputHandler::ScrollInputType type,
|
| - LayerImpl* layer_impl, bool* scroll_on_main_thread) {
|
| + LayerImpl* layer_impl, bool* scroll_on_main_thread) const {
|
| DCHECK(scroll_on_main_thread);
|
|
|
| // Walk up the hierarchy and look for a scrollable layer.
|
|
|