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

Unified Diff: gpu/command_buffer/client/gles2_implementation_unittest_autogen.h

Issue 1541283002: Remove ANGLE_pack_reverse_row_order. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: gpu/command_buffer/client/gles2_implementation_unittest_autogen.h
diff --git a/gpu/command_buffer/client/gles2_implementation_unittest_autogen.h b/gpu/command_buffer/client/gles2_implementation_unittest_autogen.h
index 604425c5ca62372fc6944da73a9df3b5600f1d17..363525eea721fc99c9bdd98bad149e24b7b0836c 100644
--- a/gpu/command_buffer/client/gles2_implementation_unittest_autogen.h
+++ b/gpu/command_buffer/client/gles2_implementation_unittest_autogen.h
@@ -1521,7 +1521,7 @@ TEST_F(GLES2ImplementationTest, Scissor) {
}
TEST_F(GLES2ImplementationTest, ShaderSource) {
- const uint32_t kBucketId = GLES2Implementation::kResultBucketId;
+ const uint32 kBucketId = GLES2Implementation::kResultBucketId;
const char* kString1 = "happy";
const char* kString2 = "ending";
const size_t kString1Size = ::strlen(kString1) + 1;
@@ -1569,7 +1569,7 @@ TEST_F(GLES2ImplementationTest, ShaderSource) {
}
TEST_F(GLES2ImplementationTest, ShaderSourceWithLength) {
- const uint32_t kBucketId = GLES2Implementation::kResultBucketId;
+ const uint32 kBucketId = GLES2Implementation::kResultBucketId;
const char* kString = "foobar******";
const size_t kStringSize = 6; // We only need "foobar".
const size_t kHeaderSize = sizeof(GLint) * 2;
@@ -1739,7 +1739,7 @@ TEST_F(GLES2ImplementationTest, TexStorage3D) {
}
TEST_F(GLES2ImplementationTest, TransformFeedbackVaryings) {
- const uint32_t kBucketId = GLES2Implementation::kResultBucketId;
+ const uint32 kBucketId = GLES2Implementation::kResultBucketId;
const char* kString1 = "happy";
const char* kString2 = "ending";
const size_t kString1Size = ::strlen(kString1) + 1;

Powered by Google App Engine
This is Rietveld 408576698