| Index: components/mus/gpu/gpu_service_mus.cc
|
| diff --git a/components/mus/gpu/gpu_service_mus.cc b/components/mus/gpu/gpu_service_mus.cc
|
| index b02311c8496960b30a8c939b43e19f3421395c27..12b7a49d6d0614c14d01ff8410f9201b9065bd25 100644
|
| --- a/components/mus/gpu/gpu_service_mus.cc
|
| +++ b/components/mus/gpu/gpu_service_mus.cc
|
| @@ -46,7 +46,8 @@ void EstablishGpuChannelDone(
|
| GpuServiceMus::GpuServiceMus()
|
| : next_client_id_(kLocalGpuChannelClientId),
|
| main_message_loop_(base::MessageLoop::current()),
|
| - shutdown_event_(true, false),
|
| + shutdown_event_(base::WaitableEvent::ResetPolicy::MANUAL,
|
| + base::WaitableEvent::InitialState::NOT_SIGNALED),
|
| gpu_thread_("GpuThread"),
|
| io_thread_("GpuIOThread") {
|
| Initialize();
|
|
|