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

Unified Diff: components/mus/ws/operation.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: Do it the other way + explicit checks that it is a mouse pointer. 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
« no previous file with comments | « components/mus/ws/event_dispatcher.cc ('k') | components/mus/ws/server_window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/operation.h
diff --git a/components/mus/ws/operation.h b/components/mus/ws/operation.h
index 27441a672e9155bc1e7359f947fd49e6de964098..76b4111d5903dfe8b1dd92c355660726cf3153b3 100644
--- a/components/mus/ws/operation.h
+++ b/components/mus/ws/operation.h
@@ -27,6 +27,7 @@ enum class OperationType {
REORDER_WINDOW,
SET_FOCUS,
SET_WINDOW_BOUNDS,
+ SET_WINDOW_PREDEFINED_CURSOR,
SET_WINDOW_PROPERTY,
SET_WINDOW_VISIBILITY,
};
« no previous file with comments | « components/mus/ws/event_dispatcher.cc ('k') | components/mus/ws/server_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698