| 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();
|
|
|