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