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 ae9b5e15aa995bb6a1f6934985ae81f7550bdf08..f30ab896f87690ffdfa30e091e3c6aa3eb0737b2 100644 |
--- a/gpu/command_buffer/client/gles2_implementation_unittest_autogen.h |
+++ b/gpu/command_buffer/client/gles2_implementation_unittest_autogen.h |
@@ -2874,9 +2874,9 @@ TEST_F(GLES2ImplementationTest, CopySubTextureCHROMIUM) { |
cmds::CopySubTextureCHROMIUM cmd; |
}; |
Cmds expected; |
- expected.cmd.Init(1, 2, 3, 4, 5); |
+ expected.cmd.Init(1, 2, 3, 4, 5, 6, 7, 8, 9); |
- gl_->CopySubTextureCHROMIUM(1, 2, 3, 4, 5); |
+ gl_->CopySubTextureCHROMIUM(1, 2, 3, 4, 5, 6, 7, 8, 9); |
EXPECT_EQ(0, memcmp(&expected, commands_, sizeof(expected))); |
} |