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

Unified Diff: ui/events/gesture_detection/gesture_configuration_android.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_configuration_android.cc
diff --git a/ui/events/gesture_detection/gesture_configuration_android.cc b/ui/events/gesture_detection/gesture_configuration_android.cc
index 1da5f454505203014d9dc40ba595d44d4c7cc51c..152ba6cee43cb286d6499778298719dd155b9f5c 100644
--- a/ui/events/gesture_detection/gesture_configuration_android.cc
+++ b/ui/events/gesture_detection/gesture_configuration_android.cc
@@ -7,8 +7,8 @@
#include "base/android/build_info.h"
#include "base/macros.h"
#include "base/memory/singleton.h"
+#include "ui/display/screen.h"
#include "ui/gfx/android/view_configuration.h"
-#include "ui/gfx/screen.h"
using gfx::ViewConfiguration;

Powered by Google App Engine
This is Rietveld 408576698