| Index: ui/ozone/platform/drm/gpu/gbm_device.h
|
| diff --git a/ui/ozone/platform/drm/gpu/gbm_device.h b/ui/ozone/platform/drm/gpu/gbm_device.h
|
| index a199572369a796ceeb8e86e9440aa11ffe842fd5..9d43e6604d7eb762b672492efb556272f63439ce 100644
|
| --- a/ui/ozone/platform/drm/gpu/gbm_device.h
|
| +++ b/ui/ozone/platform/drm/gpu/gbm_device.h
|
| @@ -13,7 +13,6 @@ namespace ui {
|
|
|
| class GbmDevice : public DrmDevice {
|
| public:
|
| - GbmDevice(const base::FilePath& device_path);
|
| GbmDevice(const base::FilePath& device_path, base::File file);
|
|
|
| gbm_device* device() const { return device_; }
|
|
|