diff options
author | alokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-19 18:14:06 +0000 |
---|---|---|
committer | alokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-19 18:14:06 +0000 |
commit | 1e981ef18167e46b14c8634d7bd5a0f810e1db88 (patch) | |
tree | 32b362a981fd0cfb7c3b1f79b8e376cd6292a263 /chrome/test/ui/ui_test.h | |
parent | 896b5466895ad56b0eb946dc44c6f9bb16ce7d30 (diff) | |
download | chromium_src-1e981ef18167e46b14c8634d7bd5a0f810e1db88.zip chromium_src-1e981ef18167e46b14c8634d7bd5a0f810e1db88.tar.gz chromium_src-1e981ef18167e46b14c8634d7bd5a0f810e1db88.tar.bz2 |
Used use-gl=any instead of forcing osmesa for UI tests.
This was committed as part of r105914, which was later reverted due to mysterious tsan failures. I am splitting the original patch into smaller chunks to figure out the failure.
Review URL: http://codereview.chromium.org/8343013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106327 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/ui/ui_test.h')
-rw-r--r-- | chrome/test/ui/ui_test.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/test/ui/ui_test.h b/chrome/test/ui/ui_test.h index 6e4a4a2..a0f4ec6 100644 --- a/chrome/test/ui/ui_test.h +++ b/chrome/test/ui/ui_test.h @@ -356,12 +356,6 @@ class UITestBase { // PID file for websocket server. FilePath websocket_pid_file_; - // Whether to force use of mesa for GL rendering. - bool force_use_osmesa_; - - // Whether to disable accelerated compositing for this test. - bool disable_accelerated_compositing_; - private: // Time the test was started (so we can check for new crash dumps) base::Time test_start_time_; |