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

Unified Diff: gpu/ipc/service/gpu_init.cc

Issue 2529713002: Run the WebGL conformance tests with the passthrough command decoder. (Closed)
Patch Set: Remove buildbot changes. Created 4 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/common/struct_traits_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/service/gpu_init.cc
diff --git a/gpu/ipc/service/gpu_init.cc b/gpu/ipc/service/gpu_init.cc
index 1e912037747c8dac81c404268660827e6d382f92..98620c4ece9ee668c52299a48edb56cb1f6dad09 100644
--- a/gpu/ipc/service/gpu_init.cc
+++ b/gpu/ipc/service/gpu_init.cc
@@ -158,6 +158,9 @@ bool GpuInit::InitializeAndStartSandbox(const base::CommandLine& command_line) {
#endif
gpu_info_.in_process_gpu = false;
+ gpu_info_.passthrough_cmd_decoder =
+ command_line.HasSwitch(switches::kUsePassthroughCmdDecoder);
+
sandbox_helper_->PreSandboxStartup();
#if defined(OS_LINUX)
« no previous file with comments | « gpu/ipc/common/struct_traits_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698