| Index: ui/ozone/common/gpu/ozone_gpu_messages.h
|
| diff --git a/ui/ozone/common/gpu/ozone_gpu_messages.h b/ui/ozone/common/gpu/ozone_gpu_messages.h
|
| index 756552d658181db89a27f7b8666471ad2cad1799..baa56f94b77f04eefbc9bc70e60ea52e912d972b 100644
|
| --- a/ui/ozone/common/gpu/ozone_gpu_messages.h
|
| +++ b/ui/ozone/common/gpu/ozone_gpu_messages.h
|
| @@ -107,6 +107,10 @@ IPC_MESSAGE_CONTROL2(OzoneGpuMsg_AddGraphicsDevice,
|
| IPC_MESSAGE_CONTROL1(OzoneGpuMsg_RemoveGraphicsDevice,
|
| base::FilePath /* device_path */)
|
|
|
| +IPC_MESSAGE_CONTROL2(OzoneGpuMsg_AddVgemDevice,
|
| + base::FilePath /* device_path */,
|
| + base::FileDescriptor /* device_fd */)
|
| +
|
| // Take control of the display
|
| IPC_MESSAGE_CONTROL0(OzoneGpuMsg_TakeDisplayControl)
|
|
|
|
|