Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1410)

Unified Diff: components/mus/public/cpp/window.h

Issue 1465803003: mus: Let clients set the cursor of their window. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync pass the nacl breakage Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698