| Index: content/gpu/gpu_child_thread.cc
|
| diff --git a/content/gpu/gpu_child_thread.cc b/content/gpu/gpu_child_thread.cc
|
| index 8bfec29fc28c371d71b2edc908bc5e73b70b227f..4f774464649fbf94d3de2315b105657b5d94cb01 100644
|
| --- a/content/gpu/gpu_child_thread.cc
|
| +++ b/content/gpu/gpu_child_thread.cc
|
| @@ -61,7 +61,7 @@ GpuChildThread::GpuChildThread(GpuWatchdogThread* watchdog_thread,
|
| }
|
|
|
| GpuChildThread::GpuChildThread(const std::string& channel_id)
|
| - : ChildThread(channel_id),
|
| + : ChildThread(Options(channel_id, false)),
|
| dead_on_arrival_(false),
|
| in_browser_process_(true) {
|
| #if defined(OS_WIN)
|
|
|