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

Unified Diff: gpu/command_buffer/common/gles2_cmd_utils_unittest.cc

Issue 885443002: Roll Chrome into Mojo. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rebase to ToT mojo Created 5 years, 11 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
Index: gpu/command_buffer/common/gles2_cmd_utils_unittest.cc
diff --git a/gpu/command_buffer/common/gles2_cmd_utils_unittest.cc b/gpu/command_buffer/common/gles2_cmd_utils_unittest.cc
index 2b1c93eb5d3b478042639b7f5453fe5727bd20b0..58a6c383bc0f9344515f8ad3aa43c531cdebd81c 100644
--- a/gpu/command_buffer/common/gles2_cmd_utils_unittest.cc
+++ b/gpu/command_buffer/common/gles2_cmd_utils_unittest.cc
@@ -390,6 +390,7 @@ TEST_F(GLES2UtilTest, ParseUniformName) {
CheckParseUniformName("u_name[03][02]", true, 10u, 2, true);
CheckParseUniformName("u_name[30][20]", true, 10u, 20, true);
CheckParseUniformName("u_name[030][020]", true, 11u, 20, true);
+ CheckParseUniformName("", false, std::string::npos, 0, false);
}
} // namespace gles2
« no previous file with comments | « gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h ('k') | gpu/command_buffer/common/time.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698