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

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

Issue 2519993002: Move kInvalidDisplayID to display_constants.h. (Closed)
Patch Set: Address comments. 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..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),
« no previous file with comments | « ui/events/devices/device_data_manager.cc ('k') | ui/message_center/views/desktop_popup_alignment_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698