| Index: gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h b/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h
|
| index 7c066226a1014d1fd8d50065baf9932c317753af..d7827d616624300869ff5545a0f00e875c5ede01 100644
|
| --- a/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h
|
| @@ -1820,6 +1820,13 @@ GLboolean GLES2TraceImplementation::UnmapBuffer(GLenum target) {
|
| return gl_->UnmapBuffer(target);
|
| }
|
|
|
| +void GLES2TraceImplementation::FlushMappedBufferRange(GLenum target,
|
| + GLintptr offset,
|
| + GLsizeiptr size) {
|
| + TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::FlushMappedBufferRange");
|
| + gl_->FlushMappedBufferRange(target, offset, size);
|
| +}
|
| +
|
| void* GLES2TraceImplementation::MapTexSubImage2DCHROMIUM(GLenum target,
|
| GLint level,
|
| GLint xoffset,
|
|
|