| Index: content/browser/gpu/gpu_data_manager_impl.cc
|
| ===================================================================
|
| --- content/browser/gpu/gpu_data_manager_impl.cc (revision 149004)
|
| +++ content/browser/gpu/gpu_data_manager_impl.cc (working copy)
|
| @@ -253,10 +253,6 @@
|
| // special-casing this video card won't be necessary. See
|
| // http://crbug.com/134015
|
| if ((flags & content::GPU_FEATURE_TYPE_ACCELERATED_COMPOSITING) ||
|
| - (gpu_info_.gpu.vendor_id == 0x8086 && // Intel
|
| - gpu_info_.gpu.device_id == 0x0166) || // HD 4000
|
| - (gpu_info_.gpu.vendor_id == 0x10de && // NVidia
|
| - gpu_info_.gpu.device_id == 0x0fd5) || // GeForce GT 650M
|
| CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kDisableAcceleratedCompositing)) {
|
| if (!command_line->HasSwitch(
|
|
|