| 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 5f14cf35b87cf784edd08d29e2f0092924a3c963..96af7b5113e6cf26398f460f54471693782e81b4 100644
 | 
| --- a/ui/ozone/platform/drm/host/drm_display_host_manager.h
 | 
| +++ b/ui/ozone/platform/drm/host/drm_display_host_manager.h
 | 
| @@ -132,6 +132,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_render_node_file_;
 | 
|  
 | 
|    // Manages the VGEM device by itself and doesn't send it to GPU process.
 | 
|    base::ScopedFD vgem_card_device_file_;
 | 
| 
 |