| 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 14766a0f6724be71633ff549854f9cb34cf6bca7..e58c8db7ae6947f3dcb236edb154d4acd3b234f5 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -484,7 +484,7 @@ class CC_EXPORT LayerTreeHostImpl
|
| LayerImpl* FindScrollLayerForViewportPoint(
|
| gfx::Point viewport_point,
|
| InputHandler::ScrollInputType type,
|
| - bool* scroll_on_main_thread);
|
| + bool* scroll_on_main_thread) const;
|
| float DeviceSpaceDistanceToLayer(gfx::PointF device_viewport_point,
|
| LayerImpl* layer_impl);
|
| void StartScrollbarAnimationRecursive(LayerImpl* layer, base::TimeTicks time);
|
|
|