| Index: trunk/src/content/browser/renderer_host/input/input_router_config_helper.cc
|
| ===================================================================
|
| --- trunk/src/content/browser/renderer_host/input/input_router_config_helper.cc (revision 276731)
|
| +++ trunk/src/content/browser/renderer_host/input/input_router_config_helper.cc (working copy)
|
| @@ -10,7 +10,6 @@
|
|
|
| #if defined(USE_AURA)
|
| #include "ui/events/gestures/gesture_configuration.h"
|
| -#include "ui/events/gestures/unified_gesture_detector_enabled.h"
|
| #elif defined(OS_ANDROID)
|
| #include "ui/gfx/android/view_configuration.h"
|
| #include "ui/gfx/screen.h"
|
| @@ -53,10 +52,9 @@
|
|
|
| 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;
|
|
|
| - config.touchmove_slop_suppression_region_includes_boundary =
|
| - ui::IsUnifiedGestureDetectorEnabled();
|
| -
|
| return config;
|
| }
|
|
|
|
|