| Index: ui/ozone/platform/drm/host/drm_device_handle.h
|
| diff --git a/ui/ozone/platform/drm/host/drm_device_handle.h b/ui/ozone/platform/drm/host/drm_device_handle.h
|
| index a6affc3777954bebf514f5d739cd9774b3275d8d..7b65d97b7ca4b134769d1390f51c9b58bccff45f 100644
|
| --- a/ui/ozone/platform/drm/host/drm_device_handle.h
|
| +++ b/ui/ozone/platform/drm/host/drm_device_handle.h
|
| @@ -18,6 +18,8 @@ class DrmDeviceHandle {
|
| DrmDeviceHandle();
|
| ~DrmDeviceHandle();
|
|
|
| + int fd() const { return file_.get(); }
|
| +
|
| bool Initialize(const base::FilePath& path);
|
|
|
| bool IsValid() const;
|
|
|