diff options
author | nduca@chromium.org <nduca@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-12 19:57:20 +0000 |
---|---|---|
committer | nduca@chromium.org <nduca@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-12 19:57:20 +0000 |
commit | 16db35b60df148be277d062651291cf98282ac67 (patch) | |
tree | 0a7b3a851a4e721eb4c5a247eb6935b1db1f8fe6 /chrome/test/ui/ui_test.h | |
parent | 48ed52b2e67987bf5b835ffa86194ee641afbb6a (diff) | |
download | chromium_src-16db35b60df148be277d062651291cf98282ac67.zip chromium_src-16db35b60df148be277d062651291cf98282ac67.tar.gz chromium_src-16db35b60df148be277d062651291cf98282ac67.tar.bz2 |
Conditionally disable accelerated compositing for certain tests
Review URL: http://codereview.chromium.org/7826034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100746 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, 6 insertions, 0 deletions
diff --git a/chrome/test/ui/ui_test.h b/chrome/test/ui/ui_test.h index a0f4ec6..6e4a4a2 100644 --- a/chrome/test/ui/ui_test.h +++ b/chrome/test/ui/ui_test.h @@ -356,6 +356,12 @@ 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_; |