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

Unified Diff: ash/mus/bridge/shell_port_mash.cc

Issue 2949353003: Implement large cursors in Mushrome. (Closed)
Patch Set: rename everything to CursorSize Created 3 years, 6 months 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 | « ash/mus/bridge/shell_port_mash.h ('k') | ash/shell_port.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/bridge/shell_port_mash.cc
diff --git a/ash/mus/bridge/shell_port_mash.cc b/ash/mus/bridge/shell_port_mash.cc
index a01e4bfb50df2571c34f6eda2d388304607a015b..965c70fa6c2ffc2d439b16c5ec106d63d117f0fd 100644
--- a/ash/mus/bridge/shell_port_mash.cc
+++ b/ash/mus/bridge/shell_port_mash.cc
@@ -147,6 +147,10 @@ void ShellPortMash::HideCursor() {
window_manager_->window_manager_client()->SetCursorVisible(false);
}
+void ShellPortMash::SetCursorSize(ui::CursorSize cursor_size) {
+ window_manager_->window_manager_client()->SetCursorSize(cursor_size);
+}
+
void ShellPortMash::SetGlobalOverrideCursor(
base::Optional<ui::CursorData> cursor) {
window_manager_->window_manager_client()->SetGlobalOverrideCursor(
« no previous file with comments | « ash/mus/bridge/shell_port_mash.h ('k') | ash/shell_port.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698