diff options
author | gab@chromium.org <gab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-10 19:59:57 +0000 |
---|---|---|
committer | gab@chromium.org <gab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-10 19:59:57 +0000 |
commit | ad15e527d974aa222677e2ebe80b320ba0fd4803 (patch) | |
tree | d3cb6e9325b04a35bb7e19879f9755d9961b7cbb /chrome/browser/gpu | |
parent | 55398d2c62c998c1665451cd1046d41f1238b0b2 (diff) | |
download | chromium_src-ad15e527d974aa222677e2ebe80b320ba0fd4803.zip chromium_src-ad15e527d974aa222677e2ebe80b320ba0fd4803.tar.gz chromium_src-ad15e527d974aa222677e2ebe80b320ba0fd4803.tar.bz2 |
Enable GPU control lists in tests.
Reland of https://codereview.chromium.org/23534006/ (see that and the bug for more details).
Also adding INFO-level logging to spell out each control list rule being applied on the bots (makes debugging and understanding failures much easier).
R=piman@chromium.org
TBR=jcivelli, piman, zmo
BUG=295799, 304833
Previously Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=224810
Reverted: https://src.chromium.org/viewvc/chrome?view=rev&revision=224845
Review URL: https://codereview.chromium.org/23703017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@227977 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/gpu')
-rw-r--r-- | chrome/browser/gpu/chrome_gpu_util.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/browser/gpu/chrome_gpu_util.cc b/chrome/browser/gpu/chrome_gpu_util.cc index 61da773..f59e46d 100644 --- a/chrome/browser/gpu/chrome_gpu_util.cc +++ b/chrome/browser/gpu/chrome_gpu_util.cc @@ -46,12 +46,6 @@ bool ShouldRunCompositingFieldTrial() { 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 |