summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h')
-rw-r--r--gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h6
1 files changed, 6 insertions, 0 deletions
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 94378c7..99c17ba 100644
--- a/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h
+++ b/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h
@@ -1700,6 +1700,12 @@ void GLES2TraceImplementation::GetQueryObjectui64vEXT(GLuint id,
gl_->GetQueryObjectui64vEXT(id, pname, params);
}
+void GLES2TraceImplementation::SetDisjointValueSyncCHROMIUM() {
+ TRACE_EVENT_BINARY_EFFICIENT0("gpu",
+ "GLES2Trace::SetDisjointValueSyncCHROMIUM");
+ gl_->SetDisjointValueSyncCHROMIUM();
+}
+
void GLES2TraceImplementation::InsertEventMarkerEXT(GLsizei length,
const GLchar* marker) {
TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::InsertEventMarkerEXT");