| Index: gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| index e549d6b13d3b67c25ed49f9c54bea1d6ff414f68..393ae6d2fdd05e64d61c477f208d274a886df0f0 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| @@ -652,19 +652,6 @@ GLuint GLES2InterfaceStub::GetMaxValueInBufferCHROMIUM(GLuint /* buffer_id */,
|
| GLuint /* offset */) {
|
| return 0;
|
| }
|
| -void GLES2InterfaceStub::GenSharedIdsCHROMIUM(GLuint /* namespace_id */,
|
| - GLuint /* id_offset */,
|
| - GLsizei /* n */,
|
| - GLuint* /* ids */) {
|
| -}
|
| -void GLES2InterfaceStub::DeleteSharedIdsCHROMIUM(GLuint /* namespace_id */,
|
| - GLsizei /* n */,
|
| - const GLuint* /* ids */) {
|
| -}
|
| -void GLES2InterfaceStub::RegisterSharedIdsCHROMIUM(GLuint /* namespace_id */,
|
| - GLsizei /* n */,
|
| - const GLuint* /* ids */) {
|
| -}
|
| GLboolean GLES2InterfaceStub::EnableFeatureCHROMIUM(const char* /* feature */) {
|
| return 0;
|
| }
|
|
|