Index: gpu/command_buffer/client/gles2_implementation.cc |
diff --git a/gpu/command_buffer/client/gles2_implementation.cc b/gpu/command_buffer/client/gles2_implementation.cc |
index 86b1501f188d23c26094fdb0043b75030e6c17aa..852410b7e156bf5324edf3840a6e17d2199cafc5 100644 |
--- a/gpu/command_buffer/client/gles2_implementation.cc |
+++ b/gpu/command_buffer/client/gles2_implementation.cc |
@@ -2210,9 +2210,9 @@ const GLubyte* GLES2Implementation::GetStringHelper(GLenum name) { |
"GL_CHROMIUM_flipy " |
"GL_EXT_unpack_subimage " |
"GL_CHROMIUM_map_sub"; |
- if (capabilities_.map_image) { |
+ if (capabilities_.image) { |
// The first space character is intentional. |
- str += " GL_CHROMIUM_map_image"; |
+ str += " GL_CHROMIUM_image"; |
} |
if (capabilities_.future_sync_points) |
str += " GL_CHROMIUM_future_sync_point"; |