| Index: content/gpu/gpu_main.cc
|
| ===================================================================
|
| --- content/gpu/gpu_main.cc (revision 96851)
|
| +++ content/gpu/gpu_main.cc (working copy)
|
| @@ -60,6 +60,8 @@
|
| dead_on_arrival = true;
|
| }
|
|
|
| + base::win::ScopedCOMInitializer com_initializer;
|
| +
|
| #if defined(OS_WIN)
|
| sandbox::TargetServices* target_services =
|
| parameters.sandbox_info_.TargetServices();
|
| @@ -103,8 +105,6 @@
|
| #endif
|
| }
|
|
|
| - base::win::ScopedCOMInitializer com_initializer;
|
| -
|
| GpuProcess gpu_process;
|
|
|
| GpuChildThread* child_thread = new GpuChildThread(dead_on_arrival);
|
|
|