| 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 1cf75486d9005ba70cdef7cb6c1eb77e844fe49b..e7e55a3e7553af4ed6898f1da6e15007c93928f2 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| @@ -613,5 +613,17 @@ void GLES2InterfaceStub::TraceBeginCHROMIUM(const char* /* name */) {
|
| }
|
| void GLES2InterfaceStub::TraceEndCHROMIUM() {
|
| }
|
| +GLboolean GLES2InterfaceStub::AsyncTexSubImage2DCHROMIUM(
|
| + GLenum /* target */, GLint /* level */, GLint /* xoffset */,
|
| + GLint /* yoffset */, GLsizei /* width */, GLsizei /* height */,
|
| + GLenum /* format */, GLenum /* type */, const void* /* data */) {
|
| + return 0;
|
| +}
|
| +GLboolean GLES2InterfaceStub::AsyncTexImage2DCHROMIUM(
|
| + GLenum /* target */, GLint /* level */, GLint /* internalformat */,
|
| + GLsizei /* width */, GLsizei /* height */, GLint /* border */,
|
| + GLenum /* format */, GLenum /* type */, const void* /* pixels */) {
|
| + return 0;
|
| +}
|
| #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_
|
|
|
|
|