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

Unified Diff: ui/ozone/platform/drm/gpu/crtc_controller.h

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 | « no previous file | ui/ozone/platform/drm/gpu/crtc_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/drm/gpu/crtc_controller.h
diff --git a/ui/ozone/platform/drm/gpu/crtc_controller.h b/ui/ozone/platform/drm/gpu/crtc_controller.h
index 29135dcfd5c9f7ee6843c35dbace22d04b5bf03f..4404bfa25d9b24d9c0e8f070ba07caafebc5b2d7 100644
--- a/ui/ozone/platform/drm/gpu/crtc_controller.h
+++ b/ui/ozone/platform/drm/gpu/crtc_controller.h
@@ -68,13 +68,14 @@ class OZONE_EXPORT CrtcController
unsigned int useconds);
bool SetCursor(const scoped_refptr<ScanoutBuffer>& buffer);
- bool UnsetCursor();
bool MoveCursor(const gfx::Point& location);
void AddObserver(PageFlipObserver* observer);
void RemoveObserver(PageFlipObserver* observer);
private:
+ bool ResetCursor();
+
scoped_refptr<DrmDevice> drm_;
HardwareDisplayPlaneManager* overlay_plane_manager_; // Not owned.
« no previous file with comments | « no previous file | ui/ozone/platform/drm/gpu/crtc_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698