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 a6bf01e45e306531627dc67593def8f9af24709a..deca187107a674bc7e8ba00fd210c42de0f955ff 100644 |
--- a/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h |
+++ b/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h |
@@ -1170,6 +1170,11 @@ void GLES2TraceImplementation::LoseContextCHROMIUM( |
gl_->LoseContextCHROMIUM(current, other); |
} |
+GLuint GLES2TraceImplementation::InsertSyncPointCHROMIUM() { |
+ TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::InsertSyncPointCHROMIUM"); |
+ return gl_->InsertSyncPointCHROMIUM(); |
+} |
+ |
void GLES2TraceImplementation::WaitSyncPointCHROMIUM(GLuint sync_point) { |
TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::WaitSyncPointCHROMIUM"); |
gl_->WaitSyncPointCHROMIUM(sync_point); |