Index: gpu/command_buffer/client/gles2_implementation.h |
=================================================================== |
--- gpu/command_buffer/client/gles2_implementation.h (revision 267947) |
+++ gpu/command_buffer/client/gles2_implementation.h (working copy) |
@@ -148,6 +148,9 @@ |
GLint max_vertex_uniform_vectors; |
GLint num_compressed_texture_formats; |
GLint num_shader_binary_formats; |
+#if defined(OS_CHROMEOS) |
+ GLint bind_generates_resource_chromium; |
+#endif |
}; |
IntState int_state; |