| 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 512b02c4cd7567da43e2234b6894454bf11769a0..1a2604a3974a68fa30ced09f6cdf54f99b079f79 100644
|
| --- a/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h
|
| @@ -854,6 +854,14 @@ void GLES2TraceImplementation::RenderbufferStorageMultisampleEXT(
|
| target, samples, internalformat, width, height);
|
| }
|
|
|
| +void GLES2TraceImplementation::FramebufferTexture2DMultisampleEXT(
|
| + GLenum target, GLenum attachment, GLenum textarget, GLuint texture,
|
| + GLint level, GLsizei samples) {
|
| + TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::FramebufferTexture2DMultisampleEXT"); // NOLINT
|
| + gl_->FramebufferTexture2DMultisampleEXT(
|
| + target, attachment, textarget, texture, level, samples);
|
| +}
|
| +
|
| void GLES2TraceImplementation::TexStorage2DEXT(
|
| GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width,
|
| GLsizei height) {
|
|
|