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 33bc3aec5b5a8413641137855148b411fbcb4244..d5bc2beab5c22e72b3c7b1c9167b4494a858abaf 100644 |
--- a/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h |
+++ b/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h |
@@ -899,6 +899,12 @@ void GLES2TraceImplementation::ShallowFlushCHROMIUM() { |
gl_->ShallowFlushCHROMIUM(); |
} |
+void GLES2TraceImplementation::ShallowShallowFlushCHROMIUM() { |
+ TRACE_EVENT_BINARY_EFFICIENT0("gpu", |
+ "GLES2Trace::ShallowShallowFlushCHROMIUM"); |
+ gl_->ShallowShallowFlushCHROMIUM(); |
+} |
+ |
void GLES2TraceImplementation::StencilFunc(GLenum func, |
GLint ref, |
GLuint mask) { |