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-10-17 20:57:45 +0000
committeralokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-17 20:57:45 +0000
commitd4b5299a6b28b7ef1e44fcbf751bbe6564ce8727 (patch)
treeeebfe067228caf8986fa55c9515f22ca342eaa13 /chrome/test/ui/ui_test.h
parent439715b7b5702c61e7609bc2b1fd3e8a0e1ccac9 (diff)
downloadchromium_src-d4b5299a6b28b7ef1e44fcbf751bbe6564ce8727.zip
chromium_src-d4b5299a6b28b7ef1e44fcbf751bbe6564ce8727.tar.gz
chromium_src-d4b5299a6b28b7ef1e44fcbf751bbe6564ce8727.tar.bz2
Removed the ability to disable accelerated compositing for UI tests. There is no need to disable accelerated compositing on any platform. Mac bots are always accelerated. Mesa works fine on others.
BUG=95782 Review URL: http://codereview.chromium.org/7996010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105914 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_;