| Index: content/browser/renderer_host/input/input_router_config_helper.cc
|
| diff --git a/content/browser/renderer_host/input/input_router_config_helper.cc b/content/browser/renderer_host/input/input_router_config_helper.cc
|
| index bbd6f792acf1b8c217918c1f5ab23ec9c8ab6d54..75109d497e76447e83891a10f216e02312df923a 100644
|
| --- a/content/browser/renderer_host/input/input_router_config_helper.cc
|
| +++ b/content/browser/renderer_host/input/input_router_config_helper.cc
|
| @@ -60,6 +60,8 @@ TouchEventQueue::Config GetTouchEventQueueConfig() {
|
|
|
| config.touchmove_slop_suppression_length_dips =
|
| ui::GestureConfiguration::max_touch_move_in_pixels_for_click();
|
| + // TODO(jdduke): Remove when unified GR enabled, crbug.com/332418.
|
| + config.touchmove_slop_suppression_region_includes_boundary = false;
|
|
|
| return config;
|
| }
|
|
|