summaryrefslogtreecommitdiffstats
path: root/chrome/test/ui/ui_test.h
diff options
context:
space:
mode:
authoralokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-01 19:34:56 +0000
committeralokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-01 19:34:56 +0000
commit8e52db9f0b74968f45683ba868f93bee9267103a (patch)
tree972a136fd02d4fb540769fc0d13de30dbf4980e0 /chrome/test/ui/ui_test.h
parentf8542546f98722339a849487c02ef11d08547c5b (diff)
downloadchromium_src-8e52db9f0b74968f45683ba868f93bee9267103a.zip
chromium_src-8e52db9f0b74968f45683ba868f93bee9267103a.tar.gz
chromium_src-8e52db9f0b74968f45683ba868f93bee9267103a.tar.bz2
Used use-gl=any instead of forcing osmesa for UI tests.
This was committed in r106327 but reverted due to tsan failures. r107459 may have resolved tsan issues. Review URL: http://codereview.chromium.org/8386007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108154 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/ui/ui_test.h')
-rw-r--r--chrome/test/ui/ui_test.h6
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_;