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

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

Issue 1019213004: ozone: drm: Remove unused interface from DrmCursor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/host/drm_cursor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/drm/gpu/hardware_display_plane_manager.h
diff --git a/ui/ozone/platform/drm/gpu/hardware_display_plane_manager.h b/ui/ozone/platform/drm/gpu/hardware_display_plane_manager.h
index 7110cc3a3c6816b455f7ea2c2c2e8a4cdbf1f26b..226f4e564d0b3f338489770b4887027441fadb21 100644
--- a/ui/ozone/platform/drm/gpu/hardware_display_plane_manager.h
+++ b/ui/ozone/platform/drm/gpu/hardware_display_plane_manager.h
@@ -38,9 +38,7 @@ struct OZONE_EXPORT HardwareDisplayPlaneList {
std::vector<HardwareDisplayPlane*> old_plane_list;
struct PageFlipInfo {
- PageFlipInfo(uint32_t crtc_id,
- uint32_t framebuffer,
- CrtcController* crtc);
+ PageFlipInfo(uint32_t crtc_id, uint32_t framebuffer, CrtcController* crtc);
~PageFlipInfo();
uint32_t crtc_id;
« no previous file with comments | « no previous file | ui/ozone/platform/drm/host/drm_cursor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698