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

Unified Diff: ui/aura/client/cursor_client.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
« no previous file with comments | « ui/aura/aura.gyp ('k') | ui/aura/client/screen_position_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/client/cursor_client.h
diff --git a/ui/aura/client/cursor_client.h b/ui/aura/client/cursor_client.h
index fc48e036107ab9eb57c5dbf05e4021d345298cd6..ef760914b46ca7e0fb05e1e7d853f77a71c52917 100644
--- a/ui/aura/client/cursor_client.h
+++ b/ui/aura/client/cursor_client.h
@@ -14,6 +14,10 @@ namespace gfx {
class Display;
}
+namespace display {
+using Display = gfx::Display;
+}
oshima 2016/04/26 07:20:47 This is temporary and will be merged when this con
+
namespace ui {
class KeyEvent;
}
@@ -59,7 +63,7 @@ class AURA_EXPORT CursorClient {
virtual bool IsMouseEventsEnabled() const = 0;
// Sets the display for the cursor.
- virtual void SetDisplay(const gfx::Display& display) = 0;
+ virtual void SetDisplay(const display::Display& display) = 0;
// Locks the cursor change. The cursor type, cursor visibility, and mouse
// events enable state never change as long as lock is held by anyone.
« no previous file with comments | « ui/aura/aura.gyp ('k') | ui/aura/client/screen_position_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698