| Index: ash/display/cursor_window_controller.h
|
| diff --git a/ash/display/cursor_window_controller.h b/ash/display/cursor_window_controller.h
|
| index a0510c62df842cbe956cd58eca38fd605a877e2a..667f3f3ba2436f228fe17cd6f0e2a99aa0a4cd4e 100644
|
| --- a/ash/display/cursor_window_controller.h
|
| +++ b/ash/display/cursor_window_controller.h
|
| @@ -11,7 +11,7 @@
|
| #include "base/macros.h"
|
| #include "ui/aura/window.h"
|
| #include "ui/base/cursor/cursor.h"
|
| -#include "ui/gfx/display.h"
|
| +#include "ui/display/display.h"
|
|
|
| namespace ash {
|
| namespace test {
|
| @@ -43,7 +43,7 @@ class ASH_EXPORT CursorWindowController {
|
|
|
| // Sets the display on which to draw cursor.
|
| // Only applicable when cursor compositing is enabled.
|
| - void SetDisplay(const gfx::Display& display);
|
| + void SetDisplay(const display::Display& display);
|
|
|
| // Sets cursor location, shape, set and visibility.
|
| void UpdateLocation();
|
| @@ -87,7 +87,7 @@ class ASH_EXPORT CursorWindowController {
|
|
|
| // The display on which the cursor is drawn.
|
| // For mirroring mode, the display is always the primary display.
|
| - gfx::Display display_;
|
| + display::Display display_;
|
|
|
| std::unique_ptr<aura::Window> cursor_window_;
|
| std::unique_ptr<CursorWindowDelegate> delegate_;
|
|
|