| Index: ui/events/gesture_detection/gesture_provider.cc
|
| diff --git a/ui/events/gesture_detection/gesture_provider.cc b/ui/events/gesture_detection/gesture_provider.cc
|
| index f5f26981d6404bd9c9f4f9dda0de95fb4d20c04a..69956af36024c8ab37e10a3b9539e2dd22ebe0dc 100644
|
| --- a/ui/events/gesture_detection/gesture_provider.cc
|
| +++ b/ui/events/gesture_detection/gesture_provider.cc
|
| @@ -79,7 +79,7 @@ gfx::RectF ClampBoundingBox(const gfx::RectF& bounds,
|
| // GestureProvider:::Config
|
|
|
| GestureProvider::Config::Config()
|
| - : display(display::Display::kInvalidDisplayID, gfx::Rect(1, 1)),
|
| + : display(display::kInvalidDisplayId, gfx::Rect(1, 1)),
|
| double_tap_support_for_platform_enabled(true),
|
| gesture_begin_end_types_enabled(false),
|
| min_gesture_bounds_length(0),
|
|
|