| 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..040b74c58e6c36be2ea1b62166eeeaa5a869f2fa 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(InitOptions(channel_id)),
|
| dead_on_arrival_(false),
|
| in_browser_process_(true) {
|
| #if defined(OS_WIN)
|
|
|