| Index: gpu/command_buffer/client/gles2_interface_stub_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_interface_stub_autogen.h b/gpu/command_buffer/client/gles2_interface_stub_autogen.h
|
| index f8121b340cef3d6637c5d38cb3337c30a0f1cf04..314b874fd8891e3b99c032afe86cf28ad216a1b1 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_stub_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_stub_autogen.h
|
| @@ -614,6 +614,9 @@ void* MapBufferRange(GLenum target,
|
| GLsizeiptr size,
|
| GLbitfield access) override;
|
| GLboolean UnmapBuffer(GLenum target) override;
|
| +void FlushMappedBufferRange(GLenum target,
|
| + GLintptr offset,
|
| + GLsizeiptr size) override;
|
| void* MapTexSubImage2DCHROMIUM(GLenum target,
|
| GLint level,
|
| GLint xoffset,
|
|
|