| Index: ui/ozone/platform/drm/host/drm_display_host_manager.h
|
| diff --git a/ui/ozone/platform/drm/host/drm_display_host_manager.h b/ui/ozone/platform/drm/host/drm_display_host_manager.h
|
| index 721707936e5d2120e09ed1475230bc02ec4d56da..b3deedf3805c8053dbec1b9c0b3ab930eb722a33 100644
|
| --- a/ui/ozone/platform/drm/host/drm_display_host_manager.h
|
| +++ b/ui/ozone/platform/drm/host/drm_display_host_manager.h
|
| @@ -135,6 +135,7 @@ class DrmDisplayHostManager : public DeviceEventObserver,
|
| // This is used to cache the primary DRM device until the channel is
|
| // established.
|
| scoped_ptr<DrmDeviceHandle> primary_drm_device_handle_;
|
| + base::ScopedFD primary_drm_device_file_;
|
|
|
| // Manages the VGEM device by itself and doesn't send it to GPU process.
|
| base::ScopedFD vgem_card_device_file_;
|
|
|