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 99fe9a4077a5812a49b6a7c564b940df63c1657d..3c9e6789d6f1b495945bc68927c27c395ffd7845 100644 |
--- a/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h |
+++ b/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h |
@@ -1186,5 +1186,10 @@ void GLES2TraceImplementation::DrawBuffersEXT( |
gl_->DrawBuffersEXT(count, bufs); |
} |
+void GLES2TraceImplementation::EncodeBackbufferCHROMIUM() { |
+ TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::EncodeBackbufferCHROMIUM"); |
+ gl_->EncodeBackbufferCHROMIUM(); |
+} |
+ |
#endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_TRACE_IMPLEMENTATION_IMPL_AUTOGEN_H_ |