| 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 23670d65ae56e63226f79f461d870374d2d745a6..8b72e22cca718364bb183126171afb326d7b8c63 100644
|
| --- a/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h
|
| @@ -1441,6 +1441,12 @@ void GLES2TraceImplementation::WaitAsyncTexImage2DCHROMIUM(GLenum target) {
|
| gl_->WaitAsyncTexImage2DCHROMIUM(target);
|
| }
|
|
|
| +void GLES2TraceImplementation::WaitAllAsyncTexImage2DCHROMIUM() {
|
| + TRACE_EVENT_BINARY_EFFICIENT0("gpu",
|
| + "GLES2Trace::WaitAllAsyncTexImage2DCHROMIUM");
|
| + gl_->WaitAllAsyncTexImage2DCHROMIUM();
|
| +}
|
| +
|
| void GLES2TraceImplementation::DiscardFramebufferEXT(
|
| GLenum target,
|
| GLsizei count,
|
|
|