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 0015c468d068bc814de969c70181d44ea52cf80b..6f3a01179f49f1ced3f3f90de9435790dbdcb320 100644 |
--- a/gpu/command_buffer/client/gles2_implementation_unittest_autogen.h |
+++ b/gpu/command_buffer/client/gles2_implementation_unittest_autogen.h |
@@ -2842,17 +2842,6 @@ TEST_F(GLES2ImplementationTest, CompressedCopyTextureCHROMIUM) { |
EXPECT_EQ(0, memcmp(&expected, commands_, sizeof(expected))); |
} |
-TEST_F(GLES2ImplementationTest, CompressedCopySubTextureCHROMIUM) { |
- struct Cmds { |
- cmds::CompressedCopySubTextureCHROMIUM cmd; |
- }; |
- Cmds expected; |
- expected.cmd.Init(1, 2, 3, 4, 5, 6, 7, 8, 9); |
- |
- gl_->CompressedCopySubTextureCHROMIUM(1, 2, 3, 4, 5, 6, 7, 8, 9); |
- EXPECT_EQ(0, memcmp(&expected, commands_, sizeof(expected))); |
-} |
- |
TEST_F(GLES2ImplementationTest, DrawArraysInstancedANGLE) { |
struct Cmds { |
cmds::DrawArraysInstancedANGLE cmd; |