diff options
Diffstat (limited to 'content/gpu/gpu_main.cc')
-rw-r--r-- | content/gpu/gpu_main.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/gpu/gpu_main.cc b/content/gpu/gpu_main.cc index 398bb6d..79ca7c4 100644 --- a/content/gpu/gpu_main.cc +++ b/content/gpu/gpu_main.cc @@ -60,6 +60,8 @@ int GpuMain(const MainFunctionParams& parameters) { 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 @@ int GpuMain(const MainFunctionParams& parameters) { #endif } - base::win::ScopedCOMInitializer com_initializer; - GpuProcess gpu_process; GpuChildThread* child_thread = new GpuChildThread(dead_on_arrival); |