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

Unified Diff: ui/ozone/platform/dri/dri_util.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
« no previous file with comments | « ui/ozone/platform/dri/dri_surface_unittest.cc ('k') | ui/ozone/platform/dri/dri_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/dri/dri_util.h
diff --git a/ui/ozone/platform/dri/dri_util.h b/ui/ozone/platform/dri/dri_util.h
index 742f512f10af7af24e405029fcc258723239c214..eb83939236e41c832438ad7adeb9b45fa0f97770 100644
--- a/ui/ozone/platform/dri/dri_util.h
+++ b/ui/ozone/platform/dri/dri_util.h
@@ -15,7 +15,7 @@ typedef struct _drmModeModeInfo drmModeModeInfo;
namespace ui {
-class DriWrapper;
+class DrmDevice;
class ScreenManager;
// Representation of the information required to initialize and configure a
@@ -49,7 +49,7 @@ bool MapDumbBuffer(int fd,
uint32_t size,
void** pixels);
-void ForceInitializationOfPrimaryDisplay(const scoped_refptr<DriWrapper>& drm,
+void ForceInitializationOfPrimaryDisplay(const scoped_refptr<DrmDevice>& drm,
ScreenManager* screen_manager);
base::FilePath GetPrimaryDisplayCardPath();
« no previous file with comments | « ui/ozone/platform/dri/dri_surface_unittest.cc ('k') | ui/ozone/platform/dri/dri_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698