| Index: gpu/command_buffer/client/gles2_implementation_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_implementation_autogen.h b/gpu/command_buffer/client/gles2_implementation_autogen.h
|
| index a51e669b11ec9fecee271be872900363516c8f2f..c8b78f4cb2e14a8095a6f3fdfd303d720ce15dda 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_implementation_autogen.h
|
| @@ -860,6 +860,10 @@ void* MapBufferRange(GLenum target,
|
|
|
| GLboolean UnmapBuffer(GLenum target) override;
|
|
|
| +void FlushMappedBufferRange(GLenum target,
|
| + GLintptr offset,
|
| + GLsizeiptr size) override;
|
| +
|
| void* MapTexSubImage2DCHROMIUM(GLenum target,
|
| GLint level,
|
| GLint xoffset,
|
|
|