| Index: services/ui/ws/window_tree.h
|
| diff --git a/services/ui/ws/window_tree.h b/services/ui/ws/window_tree.h
|
| index 3bbcd09b31e8bdba5c0a6cec03bfb63ce05938d5..3aef1350b0a9f0f2b836028fcf3e5a387ce1b8a8 100644
|
| --- a/services/ui/ws/window_tree.h
|
| +++ b/services/ui/ws/window_tree.h
|
| @@ -537,6 +537,7 @@ class WindowTree : public mojom::WindowTree,
|
| void WmLockCursor() override;
|
| void WmUnlockCursor() override;
|
| void WmSetCursorVisible(bool visible) override;
|
| + void WmSetCursorSize(ui::CursorSize cursor_size) override;
|
| void WmSetGlobalOverrideCursor(
|
| base::Optional<ui::CursorData> cursor) override;
|
| void WmMoveCursorToDisplayLocation(const gfx::Point& display_pixels,
|
|
|