| 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 3a6724fe6e9aa1aa426982d511cf1910ca28b07a..518c6cc9c1813ecaf95c0b0754d00c51ab9c3e4c 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) {
|
|
|