| 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;
|
|
|
|
|