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

Unified Diff: ui/ozone/platform/drm/gpu/hardware_display_controller.cc

Issue 1085123002: ozone: drm: Restore cursor in CrtcController::Modeset (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixup test Created 5 years, 8 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 | « ui/ozone/platform/drm/gpu/crtc_controller.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/drm/gpu/hardware_display_controller.cc
diff --git a/ui/ozone/platform/drm/gpu/hardware_display_controller.cc b/ui/ozone/platform/drm/gpu/hardware_display_controller.cc
index 43719632e6a4cac62e275de5cad7b1f6cb58d25b..f9f08ea1926f5fb6691f12eb7dc5c2b82205053a 100644
--- a/ui/ozone/platform/drm/gpu/hardware_display_controller.cc
+++ b/ui/ozone/platform/drm/gpu/hardware_display_controller.cc
@@ -136,7 +136,7 @@ bool HardwareDisplayController::SetCursor(
bool HardwareDisplayController::UnsetCursor() {
bool status = true;
for (size_t i = 0; i < crtc_controllers_.size(); ++i)
- status &= crtc_controllers_[i]->UnsetCursor();
+ status &= crtc_controllers_[i]->SetCursor(nullptr);
return status;
}
« no previous file with comments | « ui/ozone/platform/drm/gpu/crtc_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698