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 40944ff8654dac5349e7a81c9219afa7b24cf908..4d6f8486631447ffe067b730efb02d10805ee451 100644 |
--- a/ui/events/gesture_detection/gesture_provider.cc |
+++ b/ui/events/gesture_detection/gesture_provider.cc |
@@ -68,12 +68,11 @@ gfx::RectF ClampBoundingBox(const gfx::RectF& bounds, |
// GestureProvider:::Config |
GestureProvider::Config::Config() |
- : display(gfx::Display::kInvalidDisplayID, gfx::Rect(1, 1)), |
+ : display(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), |
- max_gesture_bounds_length(0) { |
-} |
+ max_gesture_bounds_length(0) {} |
GestureProvider::Config::Config(const Config& other) = default; |