Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3278)

Unified Diff: content/test/content_test_suite.cc

Issue 1542013005: Add a new driver bug workaround SANDBOX_START_EARLY Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/sandbox_linux/bpf_gpu_policy_linux.cc ('k') | gpu/command_buffer/tests/gl_tests_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
}
« no previous file with comments | « content/common/sandbox_linux/bpf_gpu_policy_linux.cc ('k') | gpu/command_buffer/tests/gl_tests_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698