| Index: content/test/content_test_suite.cc
|
| diff --git a/content/test/content_test_suite.cc b/content/test/content_test_suite.cc
|
| index 16ec18e9d716a3a18d25eb1d37d3b68b399dc1cd..878593bed00a738511fea30dcbe98c09f94b5bfa 100644
|
| --- a/content/test/content_test_suite.cc
|
| +++ b/content/test/content_test_suite.cc
|
| @@ -89,7 +89,7 @@ void ContentTestSuite::Initialize() {
|
| if (!is_child_process) {
|
| gpu::GPUInfo gpu_info;
|
| gpu::CollectBasicGraphicsInfo(&gpu_info);
|
| - gpu::ApplyGpuDriverBugWorkarounds(gpu_info,
|
| + gpu::ApplyGpuDriverBugWorkarounds(gpu_info, std::string(),
|
| base::CommandLine::ForCurrentProcess());
|
| gl::GLSurfaceTestSupport::InitializeOneOff();
|
| }
|
|
|