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

Unified Diff: gpu/khronos_glcts_support/khronos_glcts_test.cc

Issue 817653003: Update from https://crrev.com/309717 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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/ipc/gpu_command_buffer_traits.cc ('k') | gpu/khronos_glcts_support/native/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/khronos_glcts_support/khronos_glcts_test.cc
diff --git a/gpu/khronos_glcts_support/khronos_glcts_test.cc b/gpu/khronos_glcts_support/khronos_glcts_test.cc
index 5491b158c6264b72e19017a145daca392a19744f..287b5d02587831d55677315f497e30203e4c9b4d 100644
--- a/gpu/khronos_glcts_support/khronos_glcts_test.cc
+++ b/gpu/khronos_glcts_support/khronos_glcts_test.cc
@@ -67,7 +67,7 @@ bool RunKhronosGLCTSTest(const char* test_name) {
g_deqp_log_dir.AppendASCII(test_info->name()).
AddExtension(FILE_PATH_LITERAL(".log"));
- CommandLine cmdline(program);
+ base::CommandLine cmdline(program);
cmdline.AppendSwitchPath("--deqp-log-filename", log);
cmdline.AppendSwitchPath("--deqp-archive-dir", archive);
cmdline.AppendArg("--deqp-gl-config-id=-1");
« no previous file with comments | « gpu/ipc/gpu_command_buffer_traits.cc ('k') | gpu/khronos_glcts_support/native/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698