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

Unified Diff: ui/ozone/platform/dri/hardware_display_plane_manager.h

Issue 908993003: [Ozone-Dri] Rename DriWrapper to DrmDevice (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@udl3-pass-drm-fd
Patch Set: rebased Created 5 years, 10 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
Index: ui/ozone/platform/dri/hardware_display_plane_manager.h
diff --git a/ui/ozone/platform/dri/hardware_display_plane_manager.h b/ui/ozone/platform/dri/hardware_display_plane_manager.h
index d25b7d5fcc9763dddec370cda19ae5d14f0f0f56..49593e0b5d5ef434e31ad7bb095873a3059294bc 100644
--- a/ui/ozone/platform/dri/hardware_display_plane_manager.h
+++ b/ui/ozone/platform/dri/hardware_display_plane_manager.h
@@ -23,7 +23,7 @@ class Rect;
namespace ui {
-class DriWrapper;
+class DrmDevice;
class CrtcController;
// This contains the list of planes controlled by one HDC on a given DRM fd.
@@ -77,7 +77,7 @@ class OZONE_EXPORT HardwareDisplayPlaneManager {
// This parses information from the drm driver, adding any new planes
// or crtcs found.
- bool Initialize(DriWrapper* drm);
+ bool Initialize(DrmDevice* drm);
// Assign hardware planes from the |planes_| list to |overlay_list| entries,
// recording the plane IDs in the |plane_list|. Only planes compatible with
@@ -112,7 +112,7 @@ class OZONE_EXPORT HardwareDisplayPlaneManager {
// Object containing the connection to the graphics device and wraps the API
// calls to control it. Not owned.
- DriWrapper* drm_;
+ DrmDevice* drm_;
ScopedVector<HardwareDisplayPlane> planes_;
std::vector<uint32_t> crtcs_;
« no previous file with comments | « ui/ozone/platform/dri/hardware_display_plane.cc ('k') | ui/ozone/platform/dri/hardware_display_plane_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698