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 a2c8111e0e7329d569bb383dafb1b65c3b6cdfea..decbc482ba3b6230131e646c0a5e54ff225ec171 100644 |
--- a/cc/trees/layer_tree_host_impl.cc |
+++ b/cc/trees/layer_tree_host_impl.cc |
@@ -483,8 +483,6 @@ bool LayerTreeHostImpl::IsCurrentlyScrollingLayerAt( |
bool LayerTreeHostImpl::HaveTouchEventHandlersAt( |
const gfx::Point& viewport_point) { |
- if (!settings_.touch_hit_testing) |
- return true; |
gfx::PointF device_viewport_point = |
gfx::ScalePoint(viewport_point, device_scale_factor_); |