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

Unified Diff: ui/ozone/platform/dri/native_display_delegate_dri.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/native_display_delegate_dri.h
diff --git a/ui/ozone/platform/dri/native_display_delegate_dri.h b/ui/ozone/platform/dri/native_display_delegate_dri.h
index 88d1cb6bcec96b2fd0895b4bc6c875f7e4d349dc..55c554c4873279e6f0b19d58b9747ef80a00cd64 100644
--- a/ui/ozone/platform/dri/native_display_delegate_dri.h
+++ b/ui/ozone/platform/dri/native_display_delegate_dri.h
@@ -22,14 +22,14 @@ class DeviceManager;
class DisplaySnapshotDri;
class DisplayMode;
class DisplayModeDri;
-class DriWrapper;
+class DrmDevice;
class DrmDeviceGenerator;
class ScreenManager;
class NativeDisplayDelegateDri {
public:
NativeDisplayDelegateDri(ScreenManager* screen_manager,
- const scoped_refptr<DriWrapper>& primary_device,
+ const scoped_refptr<DrmDevice>& primary_device,
scoped_ptr<DrmDeviceGenerator> device_generator);
~NativeDisplayDelegateDri();
@@ -77,7 +77,7 @@ class NativeDisplayDelegateDri {
ScreenManager* screen_manager_; // Not owned.
scoped_ptr<DrmDeviceGenerator> drm_device_generator_;
scoped_refptr<base::SingleThreadTaskRunner> io_task_runner_;
- std::vector<scoped_refptr<DriWrapper>> devices_;
+ std::vector<scoped_refptr<DrmDevice>> devices_;
// Modes can be shared between different displays, so we need to keep track
// of them independently for cleanup.
ScopedVector<const DisplayMode> cached_modes_;
« no previous file with comments | « ui/ozone/platform/dri/hardware_display_plane_manager_unittest.cc ('k') | ui/ozone/platform/dri/native_display_delegate_dri.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698