Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(602)

Unified Diff: ui/events/gesture_detection/gesture_provider.cc

Issue 1922783002: Move gfx::Display/Screen to display::Display/Screen in aura/events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698