| Index: ui/ozone/platform/dri/dri_gpu_platform_support.cc
|
| diff --git a/ui/ozone/platform/dri/dri_gpu_platform_support.cc b/ui/ozone/platform/dri/dri_gpu_platform_support.cc
|
| index 87acf6ca74f4b49b129bd58dc4cd80db5a353c71..cbe4b3af03bf95aad83ae57c7e2468e983c3ace3 100644
|
| --- a/ui/ozone/platform/dri/dri_gpu_platform_support.cc
|
| +++ b/ui/ozone/platform/dri/dri_gpu_platform_support.cc
|
| @@ -289,8 +289,10 @@ void DriGpuPlatformSupport::OnRelinquishDisplayControl() {
|
| ndd_->RelinquishDisplayControl();
|
| }
|
|
|
| -void DriGpuPlatformSupport::OnAddGraphicsDevice(const base::FilePath& path) {
|
| - ndd_->AddGraphicsDevice(path);
|
| +void DriGpuPlatformSupport::OnAddGraphicsDevice(
|
| + const base::FilePath& path,
|
| + const base::FileDescriptor& fd) {
|
| + ndd_->AddGraphicsDevice(path, fd);
|
| }
|
|
|
| void DriGpuPlatformSupport::OnRemoveGraphicsDevice(const base::FilePath& path) {
|
|
|