Index: chrome/test/gpu/gpu_feature_browsertest.cc |
=================================================================== |
--- chrome/test/gpu/gpu_feature_browsertest.cc (revision 124489) |
+++ chrome/test/gpu/gpu_feature_browsertest.cc (working copy) |
@@ -47,7 +47,7 @@ |
InProcessBrowserTest::SetUpCommandLine(command_line); |
// Do not use mesa if real GPU is required. |
- if (!command_line->HasSwitch("enable-gpu")) { |
+ if (!command_line->HasSwitch("use-gpu-in-tests")) { |
#if !defined(OS_MACOSX) |
CHECK(test_launcher_utils::OverrideGLImplementation( |
command_line, gfx::kGLImplementationOSMesaName)) << |