| 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 34b0743f4382d511fbe92026170997ead574e0f5..76a5bde26909132501a7c323a4b44794a1f42a25 100644
|
| --- a/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h
|
| @@ -1935,6 +1935,14 @@ void GLES2TraceImplementation::CopySubTextureCHROMIUM(GLenum target,
|
| y, width, height);
|
| }
|
|
|
| +void GLES2TraceImplementation::CompressedCopyTextureCHROMIUM(GLenum target,
|
| + GLenum source_id,
|
| + GLenum dest_id) {
|
| + TRACE_EVENT_BINARY_EFFICIENT0("gpu",
|
| + "GLES2Trace::CompressedCopyTextureCHROMIUM");
|
| + gl_->CompressedCopyTextureCHROMIUM(target, source_id, dest_id);
|
| +}
|
| +
|
| void GLES2TraceImplementation::DrawArraysInstancedANGLE(GLenum mode,
|
| GLint first,
|
| GLsizei count,
|
|
|