| Index: content/browser/gpu/gpu_data_manager_impl_private.cc
|
| ===================================================================
|
| --- content/browser/gpu/gpu_data_manager_impl_private.cc (revision 223910)
|
| +++ content/browser/gpu/gpu_data_manager_impl_private.cc (working copy)
|
| @@ -284,8 +284,8 @@
|
| // IMG: avoid context switching perf problems, crashes with share groups
|
| // Mali-T604: http://crbug.com/154715
|
| // QualComm, NVIDIA: Crashes with share groups
|
| - if (is_vivante || is_img || is_mali_t604 ||
|
| - ((is_nvidia || is_qualcomm) && sdk_int < 18) || is_broadcom) {
|
| + if (is_vivante || is_img || is_mali_t604 || (is_nvidia && (sdk_int < 18)) ||
|
| + is_qualcomm || is_broadcom) {
|
| command_line->AppendSwitch(switches::kEnableVirtualGLContexts);
|
| }
|
|
|
|
|