| Index: components/mus/public/cpp/window.h
|
| diff --git a/components/mus/public/cpp/window.h b/components/mus/public/cpp/window.h
|
| index 9da43ce6f31e9c5d07e5cb7dde6f8d78401be0c0..d85f4886176518aff42b5848625605ad3e606c94 100644
|
| --- a/components/mus/public/cpp/window.h
|
| +++ b/components/mus/public/cpp/window.h
|
| @@ -176,6 +176,9 @@ class Window {
|
| bool HasFocus() const;
|
| void SetCanFocus(bool can_focus);
|
|
|
| + // Cursors
|
| + void SetStandardCursor(mus::mojom::Cursor cursor_id);
|
| +
|
| // Embedding. See window_tree.mojom for details.
|
| void Embed(mus::mojom::WindowTreeClientPtr client);
|
|
|
|
|