| 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 a224224a22acede93f760b1ed38fb50652350949..d8ca19bb2f79ba5e1cf25bffecbf491b4ff3735d 100644
|
| --- a/cc/trees/layer_tree_host_impl.cc
|
| +++ b/cc/trees/layer_tree_host_impl.cc
|
| @@ -426,6 +426,8 @@ void LayerTreeHostImpl::ScheduleAnimation() {
|
| }
|
|
|
| bool LayerTreeHostImpl::HaveTouchEventHandlersAt(gfx::Point viewport_point) {
|
| + if (!settings_.touch_hit_testing)
|
| + return true;
|
| if (!EnsureRenderSurfaceLayerList())
|
| return false;
|
|
|
|
|