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

Unified Diff: ui/base/cursor/image_cursors.h

Issue 1917083002: Move gfx::Display/Screen to display::Display/Screen in ui/base (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/base/cursor/cursor_util.cc ('k') | ui/base/cursor/image_cursors.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/cursor/image_cursors.h
diff --git a/ui/base/cursor/image_cursors.h b/ui/base/cursor/image_cursors.h
index 01f3b08cf11bc7fd7dcd9fa2193060c28e0a9991..36e5465697cf32506aff20b979acf55975a1712a 100644
--- a/ui/base/cursor/image_cursors.h
+++ b/ui/base/cursor/image_cursors.h
@@ -11,7 +11,7 @@
#include "base/strings/string16.h"
#include "ui/base/cursor/cursor.h"
#include "ui/base/ui_base_export.h"
-#include "ui/gfx/display.h"
+#include "ui/display/display.h"
#include "ui/gfx/native_widget_types.h"
namespace ui {
@@ -27,11 +27,11 @@ class UI_BASE_EXPORT ImageCursors {
// Returns the scale and rotation of the currently loaded cursor.
float GetScale() const;
- gfx::Display::Rotation GetRotation() const;
+ display::Display::Rotation GetRotation() const;
// Sets the display the cursors are loaded for. |scale_factor| determines the
// size of the image to load. Returns true if the cursor image is reloaded.
- bool SetDisplay(const gfx::Display& display, float scale_factor);
+ bool SetDisplay(const display::Display& display, float scale_factor);
// Sets the type of the mouse cursor icon.
void SetCursorSet(CursorSetType cursor_set);
« no previous file with comments | « ui/base/cursor/cursor_util.cc ('k') | ui/base/cursor/image_cursors.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698