Index: gpu/command_buffer/client/gles2_implementation_unittest.cc |
diff --git a/gpu/command_buffer/client/gles2_implementation_unittest.cc b/gpu/command_buffer/client/gles2_implementation_unittest.cc |
index e58907c8b27e4a0600780db19b00d204fcfe7213..d9fb4088792d5032489018274613c9425ce3df1b 100644 |
--- a/gpu/command_buffer/client/gles2_implementation_unittest.cc |
+++ b/gpu/command_buffer/client/gles2_implementation_unittest.cc |
@@ -400,8 +400,7 @@ class GLES2ImplementationTest : public testing::Test { |
helper_.get(), |
NULL, |
transfer_buffer_.get(), |
- bind_generates_resource, |
- NULL)); |
+ bind_generates_resource)); |
ASSERT_TRUE(gl_->Initialize( |
kTransferBufferSize, |
kTransferBufferSize, |
@@ -2474,6 +2473,7 @@ TEST_F(GLES2ImplementationTest, GetString) { |
const char* expected_str = |
"foobar " |
"GL_CHROMIUM_flipy " |
+ "GL_CHROMIUM_map_image " |
"GL_CHROMIUM_map_sub " |
"GL_CHROMIUM_shallow_flush " |
"GL_EXT_unpack_subimage"; |