| 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 9bb0b608cea7603b4b3f3d1eb888390d241da332..79d5cae53b4ed829cb530a4eec6cbbafcd98bde0 100644
|
| --- a/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h
|
| @@ -1509,4 +1509,16 @@ void GLES2TraceImplementation::ScheduleOverlayPlaneCHROMIUM(
|
| uv_height);
|
| }
|
|
|
| +void GLES2TraceImplementation::MatrixLoadfCHROMIUM(GLenum matrixMode,
|
| + const GLfloat* m) {
|
| + TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::MatrixLoadfCHROMIUM");
|
| + gl_->MatrixLoadfCHROMIUM(matrixMode, m);
|
| +}
|
| +
|
| +void GLES2TraceImplementation::MatrixLoadIdentityCHROMIUM(GLenum matrixMode) {
|
| + TRACE_EVENT_BINARY_EFFICIENT0("gpu",
|
| + "GLES2Trace::MatrixLoadIdentityCHROMIUM");
|
| + gl_->MatrixLoadIdentityCHROMIUM(matrixMode);
|
| +}
|
| +
|
| #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_TRACE_IMPLEMENTATION_IMPL_AUTOGEN_H_
|
|
|