Index: chrome/gpu/gpu_main.cc |
=================================================================== |
--- chrome/gpu/gpu_main.cc (revision 71128) |
+++ chrome/gpu/gpu_main.cc (working copy) |
@@ -71,7 +71,7 @@ |
// this reason we defer all work related to the GPU until receiving |
// the GpuMsg_Initialize message from the browser. |
GpuProcess gpu_process; |
- GpuThread* gpu_thread = new GpuThread(command_line); |
+ GpuThread* gpu_thread = new GpuThread; |
gpu_thread->Init(start_time); |
gpu_process.set_main_thread(gpu_thread); |