Chromium Code Reviews| Index: content/gpu/gpu_main.cc |
| diff --git a/content/gpu/gpu_main.cc b/content/gpu/gpu_main.cc |
| index 0bd536ad6362f0cc69dc358919b717bb6c0dec08..a2c77a355cca7dfa5c024e38d8021f208387ed96 100644 |
| --- a/content/gpu/gpu_main.cc |
| +++ b/content/gpu/gpu_main.cc |
| @@ -224,6 +224,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; |
|
Ken Russell (switch to Gerrit)
2015/07/23 20:09:29
Out of curiosity do you know where this would be s
|
| #if defined(OS_CHROMEOS) && defined(ARCH_CPU_X86_FAMILY) |
| VaapiWrapper::PreSandboxInitialization(); |