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

Unified Diff: services/ui/ws/display.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 | « services/ui/ws/display.h ('k') | services/ui/ws/platform_display.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/display.cc
diff --git a/services/ui/ws/display.cc b/services/ui/ws/display.cc
index a355f1905393a6a2d77b9fac748c62e416e5b361..00bf5ad9bbd8cf19e19f77cf0219597b2a220d40 100644
--- a/services/ui/ws/display.cc
+++ b/services/ui/ws/display.cc
@@ -202,6 +202,10 @@ void Display::SetNativeCursor(const ui::CursorData& cursor) {
platform_display_->SetCursor(cursor);
}
+void Display::SetNativeCursorSize(ui::CursorSize cursor_size) {
+ platform_display_->SetCursorSize(cursor_size);
+}
+
void Display::SetSize(const gfx::Size& size) {
platform_display_->SetViewportSize(size);
}
« no previous file with comments | « services/ui/ws/display.h ('k') | services/ui/ws/platform_display.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698