Chromium Code Reviews| Index: ui/aura/client/cursor_client.h |
| diff --git a/ui/aura/client/cursor_client.h b/ui/aura/client/cursor_client.h |
| index fc48e036107ab9eb57c5dbf05e4021d345298cd6..ef760914b46ca7e0fb05e1e7d853f77a71c52917 100644 |
| --- a/ui/aura/client/cursor_client.h |
| +++ b/ui/aura/client/cursor_client.h |
| @@ -14,6 +14,10 @@ namespace gfx { |
| class Display; |
| } |
| +namespace display { |
| +using Display = gfx::Display; |
| +} |
|
oshima
2016/04/26 07:20:47
This is temporary and will be merged when this con
|
| + |
| namespace ui { |
| class KeyEvent; |
| } |
| @@ -59,7 +63,7 @@ class AURA_EXPORT CursorClient { |
| virtual bool IsMouseEventsEnabled() const = 0; |
| // Sets the display for the cursor. |
| - virtual void SetDisplay(const gfx::Display& display) = 0; |
| + virtual void SetDisplay(const display::Display& display) = 0; |
| // Locks the cursor change. The cursor type, cursor visibility, and mouse |
| // events enable state never change as long as lock is held by anyone. |