| Index: gpu/command_buffer/client/gles2_trace_implementation_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_trace_implementation_autogen.h b/gpu/command_buffer/client/gles2_trace_implementation_autogen.h
|
| index 17a49021f864af3c9785dddd3ab9d380a2b0ef98..442f6628ba00f42659b8b306ff9e7314215428a2 100644
|
| --- a/gpu/command_buffer/client/gles2_trace_implementation_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_trace_implementation_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,
|
|
|