| Index: gpu/command_buffer/client/gles2_trace_implementation_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_trace_implementation_autogen.h b/gpu/command_buffer/client/gles2_trace_implementation_autogen.h
|
| index 1eb91850bab8053bcec34fbb353de331020a61c9..9965bf8b7ee6f0f03771f1eca437029d98b67827 100644
|
| --- a/gpu/command_buffer/client/gles2_trace_implementation_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_trace_implementation_autogen.h
|
| @@ -522,4 +522,6 @@ virtual void ScheduleOverlayPlaneCHROMIUM(GLint plane_z_order,
|
| GLfloat uv_y,
|
| GLfloat uv_width,
|
| GLfloat uv_height) OVERRIDE;
|
| +virtual void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) OVERRIDE;
|
| +virtual void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) OVERRIDE;
|
| #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_TRACE_IMPLEMENTATION_AUTOGEN_H_
|
|
|