Index: components/mus/gles2/gpu_state.cc |
diff --git a/components/mus/gles2/gpu_state.cc b/components/mus/gles2/gpu_state.cc |
index fce2d438925e136bf13f52d471140bba15c478d7..3733ff8fe2d5a05b3df7daa344ab715dd383a049 100644 |
--- a/components/mus/gles2/gpu_state.cc |
+++ b/components/mus/gles2/gpu_state.cc |
@@ -21,6 +21,7 @@ namespace mus { |
GpuState::GpuState() |
: gpu_thread_("gpu_thread"), |
control_thread_("gpu_command_buffer_control"), |
+ gpu_driver_bug_workarounds_(base::CommandLine::ForCurrentProcess()), |
hardware_rendering_available_(false) { |
base::ThreadRestrictions::ScopedAllowWait allow_wait; |
gpu_thread_.Start(); |