| Index: trunk/src/chrome/browser/gpu/chrome_gpu_util.cc
|
| ===================================================================
|
| --- trunk/src/chrome/browser/gpu/chrome_gpu_util.cc (revision 228013)
|
| +++ trunk/src/chrome/browser/gpu/chrome_gpu_util.cc (working copy)
|
| @@ -46,6 +46,12 @@
|
| return false;
|
| #endif
|
|
|
| +#if defined(OS_WIN)
|
| + // Don't run the trial on Windows XP.
|
| + if (base::win::GetVersion() < base::win::VERSION_VISTA)
|
| + return false;
|
| +#endif
|
| +
|
| #if defined(OS_MACOSX)
|
| // Browser and content shell tests hang on 10.7 when the Apple software
|
| // renderer is used. These tests ignore the blacklist (which disables
|
|
|