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

Unified Diff: ui/events/event_utils.h

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/event_utils.h
diff --git a/ui/events/event_utils.h b/ui/events/event_utils.h
index f3e11602d1fc605656c9c1b4d3009cdfcad0812e..e129c47823d7756450d644ce02004686f3d58187 100644
--- a/ui/events/event_utils.h
+++ b/ui/events/event_utils.h
@@ -12,11 +12,11 @@
#include "base/event_types.h"
#include "base/strings/string16.h"
#include "build/build_config.h"
+#include "ui/display/display.h"
#include "ui/events/event.h"
#include "ui/events/event_constants.h"
#include "ui/events/events_export.h"
#include "ui/events/keycodes/keyboard_codes.h"
-#include "ui/gfx/display.h"
#include "ui/gfx/native_widget_types.h"
#if defined(OS_WIN)
@@ -152,7 +152,7 @@ EVENTS_EXPORT bool GetScrollOffsets(const base::NativeEvent& native_event,
EVENTS_EXPORT bool ShouldDefaultToNaturalScroll();
// Returns whether or not the internal display produces touch events.
-EVENTS_EXPORT gfx::Display::TouchSupport GetInternalDisplayTouchSupport();
+EVENTS_EXPORT display::Display::TouchSupport GetInternalDisplayTouchSupport();
#if defined(OS_WIN)
EVENTS_EXPORT int GetModifiersFromKeyState();

Powered by Google App Engine
This is Rietveld 408576698