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