| Index: gpu/config/gpu_test_config.cc
|
| diff --git a/gpu/config/gpu_test_config.cc b/gpu/config/gpu_test_config.cc
|
| index 3b0b37c3c7332aab19d488dda249c4ee94f7ddc9..b729cb17fa44db2c2523d3d5f6728685e5fe8378 100644
|
| --- a/gpu/config/gpu_test_config.cc
|
| +++ b/gpu/config/gpu_test_config.cc
|
| @@ -302,12 +302,7 @@ bool GPUTestBotConfig::CurrentConfigMatches(
|
|
|
| // static
|
| bool GPUTestBotConfig::GpuBlacklistedOnBot() {
|
| -#if defined(OS_MACOSX)
|
| - // Blacklist rule #81 disables all Gpu acceleration on Mac < 10.8 bots.
|
| - if (CurrentConfigMatches("MAC VMWARE") && base::mac::IsOSLionOrEarlier()) {
|
| - return true;
|
| - }
|
| -#elif defined(OS_WIN)
|
| +#if defined(OS_WIN)
|
| // Blacklist rule #79 disables all Gpu acceleration before Windows 7.
|
| if (base::win::GetVersion() <= base::win::VERSION_VISTA) {
|
| return true;
|
|
|