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

Unified Diff: content/common/cursors/webcursor_aura.cc

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/common/cursors/webcursor_android.cc ('k') | content/common/cursors/webcursor_ozone.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/cursors/webcursor_aura.cc
diff --git a/content/common/cursors/webcursor_aura.cc b/content/common/cursors/webcursor_aura.cc
index 7cd04b15169fd798868c7f3432e98074b1bcd641..6aad277c0ad864faa4468d1407f3ca84d60c1a35 100644
--- a/content/common/cursors/webcursor_aura.cc
+++ b/content/common/cursors/webcursor_aura.cc
@@ -125,12 +125,12 @@ void WebCursor::CreateScaledBitmapAndHotspotFromCustomData(
ImageFromCustomData(bitmap);
*hotspot = hotspot_;
ui::ScaleAndRotateCursorBitmapAndHotpoint(
- GetCursorScaleFactor(), gfx::Display::ROTATE_0, bitmap, hotspot);
+ GetCursorScaleFactor(), display::Display::ROTATE_0, bitmap, hotspot);
}
// ozone has its own SetDisplayInfo that takes rotation into account
#if !defined(USE_OZONE)
-void WebCursor::SetDisplayInfo(const gfx::Display& display) {
+void WebCursor::SetDisplayInfo(const display::Display& display) {
if (device_scale_factor_ == display.device_scale_factor())
return;
« no previous file with comments | « content/common/cursors/webcursor_android.cc ('k') | content/common/cursors/webcursor_ozone.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698