Index: gpu/command_buffer/client/gles2_implementation.h |
diff --git a/gpu/command_buffer/client/gles2_implementation.h b/gpu/command_buffer/client/gles2_implementation.h |
index a7517e834de0958858893f42dcbfe7e7193c8e74..70fe1970ad0e06c8fadc62687e6036668fd5b11c 100644 |
--- a/gpu/command_buffer/client/gles2_implementation.h |
+++ b/gpu/command_buffer/client/gles2_implementation.h |
@@ -148,6 +148,7 @@ class GLES2_IMPL_EXPORT GLES2Implementation |
GLint max_vertex_uniform_vectors; |
GLint num_compressed_texture_formats; |
GLint num_shader_binary_formats; |
+ GLint bind_generates_resource_chromium; |
}; |
IntState int_state; |