Index: components/mus/gles2/gpu_state.cc |
diff --git a/components/mus/gles2/gpu_state.cc b/components/mus/gles2/gpu_state.cc |
index d1d98ff54ef9c5b715fd0e07cab39443f1f4f945..b78f198555dad766cde41354e7313b51f2ba04c0 100644 |
--- a/components/mus/gles2/gpu_state.cc |
+++ b/components/mus/gles2/gpu_state.cc |
@@ -21,7 +21,6 @@ |
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(); |