| Index: content/gpu/gpu_main.cc
|
| diff --git a/content/gpu/gpu_main.cc b/content/gpu/gpu_main.cc
|
| index e93f30f5430502d8eb0bc7858dc7fdfe38fb7f8d..782063850427efdd0cf34c0f7fec0c98d5e2e4ef 100644
|
| --- a/content/gpu/gpu_main.cc
|
| +++ b/content/gpu/gpu_main.cc
|
| @@ -225,6 +225,7 @@ int GpuMain(const MainFunctionParams& parameters) {
|
| // Get vendor_id, device_id, driver_version from browser process through
|
| // commandline switches.
|
| GetGpuInfoFromCommandLine(gpu_info, command_line);
|
| + gpu_info.in_process_gpu = false;
|
|
|
| #if defined(OS_CHROMEOS) && defined(ARCH_CPU_X86_FAMILY)
|
| VaapiWrapper::PreSandboxInitialization();
|
|
|