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

Unified Diff: content/common/cursors/webcursor.h

Issue 1927463002: Rename gfx::Display/Screen to display::Display/Screen in content/ (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 | « content/browser/web_contents/web_contents_view_aura.cc ('k') | content/common/cursors/webcursor_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/cursors/webcursor.h
diff --git a/content/common/cursors/webcursor.h b/content/common/cursors/webcursor.h
index c306baf2ce9c9d6750a64832e1684d38d6386b7a..9bbdd1e1d231c69f7c2fed285a8c4a018437b3fb 100644
--- a/content/common/cursors/webcursor.h
+++ b/content/common/cursors/webcursor.h
@@ -11,7 +11,7 @@
#include "build/build_config.h"
#include "content/common/content_export.h"
#include "third_party/WebKit/public/platform/WebCursorInfo.h"
-#include "ui/gfx/display.h"
+#include "ui/display/display.h"
#include "ui/gfx/geometry/point.h"
#include "ui/gfx/geometry/size.h"
#include "ui/gfx/native_widget_types.h"
@@ -109,7 +109,7 @@ class CONTENT_EXPORT WebCursor {
ui::PlatformCursor GetPlatformCursor();
// Updates |device_scale_factor_| and |rotation_| based on |display|.
- void SetDisplayInfo(const gfx::Display& display);
+ void SetDisplayInfo(const display::Display& display);
float GetCursorScaleFactor();
@@ -197,7 +197,7 @@ class CONTENT_EXPORT WebCursor {
#endif
#if defined(USE_OZONE)
- gfx::Display::Rotation rotation_;
+ display::Display::Rotation rotation_;
gfx::Size maximum_cursor_size_;
#endif
};
« no previous file with comments | « content/browser/web_contents/web_contents_view_aura.cc ('k') | content/common/cursors/webcursor_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698