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

Unified Diff: gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc

Issue 2852923004: Remove NameMap from shader translator and shader/program managers (Closed)
Patch Set: remove some TODO(zmo)s Created 3 years, 8 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 | « no previous file | gpu/command_buffer/service/memory_program_cache_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc
diff --git a/gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc b/gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc
index 2d11511e7aa1283ff9c8b5b7aa6ba62e26f0304d..a25dd693cc7e1de4b5c2dbc97deb98bebf2c0f75 100644
--- a/gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc
+++ b/gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc
@@ -1904,8 +1904,7 @@ void GLES2DecoderTestBase::SetupShader(
TestHelper::SetShaderStates(gl_.get(), GetShader(vertex_shader_client_id),
true, nullptr, nullptr, &shader_language_version_,
- nullptr, nullptr, nullptr, nullptr, nullptr,
- nullptr);
+ nullptr, nullptr, nullptr, nullptr, nullptr);
OutputVariableList frag_output_variable_list;
frag_output_variable_list.push_back(TestHelper::ConstructOutputVariable(
@@ -1915,7 +1914,7 @@ void GLES2DecoderTestBase::SetupShader(
TestHelper::SetShaderStates(gl_.get(), GetShader(fragment_shader_client_id),
true, nullptr, nullptr, &shader_language_version_,
nullptr, nullptr, nullptr, nullptr,
- &frag_output_variable_list, nullptr);
+ &frag_output_variable_list);
cmds::AttachShader attach_cmd;
attach_cmd.Init(program_client_id, vertex_shader_client_id);
« no previous file with comments | « no previous file | gpu/command_buffer/service/memory_program_cache_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698