| Index: services/ui/ws/display.h
|
| diff --git a/services/ui/ws/display.h b/services/ui/ws/display.h
|
| index 293ea226267c6cf30aeb0ea11fb7bdd48857e271..354b52e3ec0854cb6109e2fae69d72ed3f4e4ce6 100644
|
| --- a/services/ui/ws/display.h
|
| +++ b/services/ui/ws/display.h
|
| @@ -146,7 +146,7 @@ class Display : public PlatformDisplayDelegate,
|
| // Called just before |tree| is destroyed.
|
| void OnWillDestroyTree(WindowTree* tree);
|
|
|
| - void UpdateNativeCursor(mojom::Cursor cursor_id);
|
| + void UpdateNativeCursor(mojom::CursorType cursor_id);
|
|
|
| // mojom::WindowTreeHost:
|
| void SetSize(const gfx::Size& size) override;
|
| @@ -215,7 +215,7 @@ class Display : public PlatformDisplayDelegate,
|
| display::Display display_;
|
|
|
| // The last cursor set. Used to track whether we need to change the cursor.
|
| - mojom::Cursor last_cursor_;
|
| + mojom::CursorType last_cursor_;
|
|
|
| ServerWindowTracker activation_parents_;
|
|
|
|
|