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

Unified Diff: ash/aura/shell_port_classic.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/aura/shell_port_classic.h ('k') | ash/display/cursor_window_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/aura/shell_port_classic.cc
diff --git a/ash/aura/shell_port_classic.cc b/ash/aura/shell_port_classic.cc
index 105edb5cd79c8202560b19325fea5fa1143a53b8..f669e5a41d93777f9681a1fec3c8002ea2ebb26b 100644
--- a/ash/aura/shell_port_classic.cc
+++ b/ash/aura/shell_port_classic.cc
@@ -85,6 +85,10 @@ void ShellPortClassic::HideCursor() {
Shell::Get()->cursor_manager()->HideCursor();
}
+void ShellPortClassic::SetCursorSize(ui::CursorSize cursor_size) {
+ Shell::Get()->cursor_manager()->SetCursorSize(cursor_size);
+}
+
void ShellPortClassic::SetGlobalOverrideCursor(
base::Optional<ui::CursorData> cursor) {
// This is part of a fat interface that is only implemented on the mash side;
« no previous file with comments | « ash/aura/shell_port_classic.h ('k') | ash/display/cursor_window_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698