summaryrefslogtreecommitdiffstats
path: root/chrome/test/gpu/webgl_conformance_tests.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/gpu/webgl_conformance_tests.cc')
-rw-r--r--chrome/test/gpu/webgl_conformance_tests.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/test/gpu/webgl_conformance_tests.cc b/chrome/test/gpu/webgl_conformance_tests.cc
index dd6411e..8822151 100644
--- a/chrome/test/gpu/webgl_conformance_tests.cc
+++ b/chrome/test/gpu/webgl_conformance_tests.cc
@@ -31,6 +31,9 @@ class WebGLConformanceTests : public UITest {
}
void SetUp() {
+ // Force the use of GPU hardware.
+ force_use_osmesa_ = false;
+
// Ensure that a GPU bot is never blacklisted.
launch_arguments_.AppendSwitch(switches::kIgnoreGpuBlacklist);
UITest::SetUp();