| Index: content/gpu/gpu_main.cc
|
| diff --git a/content/gpu/gpu_main.cc b/content/gpu/gpu_main.cc
|
| index a2c77a355cca7dfa5c024e38d8021f208387ed96..0bd536ad6362f0cc69dc358919b717bb6c0dec08 100644
|
| --- a/content/gpu/gpu_main.cc
|
| +++ b/content/gpu/gpu_main.cc
|
| @@ -224,7 +224,6 @@
|
| // 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();
|
|
|