Chromium Code Reviews| Index: content/gpu/gpu_main.cc |
| =================================================================== |
| --- content/gpu/gpu_main.cc (revision 136164) |
| +++ content/gpu/gpu_main.cc (working copy) |
| @@ -80,7 +80,7 @@ |
| } |
| #if defined(OS_LINUX) |
| - if (gpu_info.vendor_id == 0x10de && // NVIDIA |
| + if (gpu_info.gpu.vendor_id == 0x10de && // NVIDIA |
| gpu_info.driver_vendor == "NVIDIA") { |
| base::ThreadRestrictions::AssertIOAllowed(); |
| if (access("/dev/nvidiactl", R_OK) != 0) { |