| Index: gpu/ipc/service/gpu_channel_manager.cc
|
| diff --git a/gpu/ipc/service/gpu_channel_manager.cc b/gpu/ipc/service/gpu_channel_manager.cc
|
| index 8a1f8a4dd08e62351d437747cafa07980e258b87..015ca333d9d40b2446d778db3ef4d74c94720f20 100644
|
| --- a/gpu/ipc/service/gpu_channel_manager.cc
|
| +++ b/gpu/ipc/service/gpu_channel_manager.cc
|
| @@ -8,6 +8,7 @@
|
| #include <utility>
|
|
|
| #include "base/bind.h"
|
| +#include "base/command_line.h"
|
| #include "base/location.h"
|
| #include "base/single_thread_task_runner.h"
|
| #include "base/thread_task_runner_handle.h"
|
| @@ -52,6 +53,7 @@ GpuChannelManager::GpuChannelManager(
|
| : task_runner_(task_runner),
|
| io_task_runner_(io_task_runner),
|
| gpu_preferences_(gpu_preferences),
|
| + gpu_driver_bug_workarounds_(base::CommandLine::ForCurrentProcess()),
|
| delegate_(delegate),
|
| watchdog_(watchdog),
|
| shutdown_event_(shutdown_event),
|
|
|