| 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 6e42cf7336892a485fdc64926b748c0bc44c717d..ce8b0ce3bb3f74bde8b3186235b584db36e25851 100644
|
| --- a/ui/ozone/common/gpu/ozone_gpu_messages.h
|
| +++ b/ui/ozone/common/gpu/ozone_gpu_messages.h
|
| @@ -79,7 +79,9 @@ IPC_MESSAGE_CONTROL0(OzoneGpuMsg_ForceDPMSOn)
|
|
|
| // Trigger a display reconfiguration. OzoneHostMsg_UpdateNativeDisplays will be
|
| // sent as a response.
|
| -IPC_MESSAGE_CONTROL0(OzoneGpuMsg_RefreshNativeDisplays)
|
| +// The |displays| parameter will hold a list of last known displays.
|
| +IPC_MESSAGE_CONTROL1(OzoneGpuMsg_RefreshNativeDisplays,
|
| + std::vector<ui::DisplaySnapshot_Params> /* displays */)
|
|
|
| // Configure a display with the specified mode at the specified location.
|
| IPC_MESSAGE_CONTROL3(OzoneGpuMsg_ConfigureNativeDisplay,
|
|
|