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

Unified Diff: gpu/config/gpu_util_unittest.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 | « gpu/config/gpu_util.cc ('k') | gpu/gles2_conform_support/egl/thread_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/config/gpu_util_unittest.cc
diff --git a/gpu/config/gpu_util_unittest.cc b/gpu/config/gpu_util_unittest.cc
index da52c18a2797c2ba960353688c5bf6ae0b7093f8..ca066a4ccc4e0e6512fcf3df7e1b37700e09fb20 100644
--- a/gpu/config/gpu_util_unittest.cc
+++ b/gpu/config/gpu_util_unittest.cc
@@ -89,7 +89,7 @@ TEST(GpuUtilTest,
std::vector<std::string> expected_disabled_extensions =
list->GetDisabledExtensions();
base::CommandLine command_line(base::CommandLine::NO_PROGRAM);
- ApplyGpuDriverBugWorkarounds(gpu_info, &command_line);
+ ApplyGpuDriverBugWorkarounds(gpu_info, std::string(), &command_line);
std::vector<std::string> actual_disabled_extensions = base::SplitString(
command_line.GetSwitchValueASCII(switches::kDisableGLExtensions), ", ;",
« no previous file with comments | « gpu/config/gpu_util.cc ('k') | gpu/gles2_conform_support/egl/thread_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698