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 c64696fbefddfac50adae8662071c841ea00eaf9..c337acd6eb7ceedb698ed71ddc8ef9435faa99e0 100644 |
--- a/gpu/command_buffer/client/gles2_implementation_unittest.cc |
+++ b/gpu/command_buffer/client/gles2_implementation_unittest.cc |
@@ -2301,8 +2301,9 @@ TEST_F(GLES2ImplementationTest, GetString) { |
// GLES2Implementation. |
const char* expected_str = |
"foobar " |
- "GL_CHROMIUM_map_sub " |
"GL_CHROMIUM_flipy " |
+ "GL_CHROMIUM_map_sub " |
+ "GL_CHROMIUM_shallow_flush " |
"GL_EXT_unpack_subimage"; |
const char kBad = 0x12; |
struct Cmds { |