| 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 c8438027bdf21ecfbbb1b4670569adcc19e31d89..e0b97d971c82625993d8e0821d5e8d6f6adcba8c 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;
|
|
|
|
|