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

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

Issue 2519993002: Move kInvalidDisplayID to display_constants.h. (Closed)
Patch Set: Add comment. Created 4 years, 1 month 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 f5f26981d6404bd9c9f4f9dda0de95fb4d20c04a..7877520961701b5df2c61e55dce4c37c4184c0c0 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),

Powered by Google App Engine
This is Rietveld 408576698