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 e8c15313dcaa91c68075cb229736cb78e05c9d82..d87e8dde8778b0a47ecd221f4ed5de2df1b8959d 100644 |
--- a/gpu/command_buffer/client/gles2_trace_implementation_autogen.h |
+++ b/gpu/command_buffer/client/gles2_trace_implementation_autogen.h |
@@ -529,4 +529,35 @@ virtual void ScheduleOverlayPlaneCHROMIUM(GLint plane_z_order, |
GLfloat uv_height) OVERRIDE; |
virtual void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) OVERRIDE; |
virtual void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) OVERRIDE; |
+virtual GLuint GenPathsCHROMIUM(GLsizei range) OVERRIDE; |
+virtual void DeletePathsCHROMIUM(GLuint path, GLsizei range) OVERRIDE; |
+virtual GLboolean IsPathCHROMIUM(GLuint path) OVERRIDE; |
+virtual void PathCommandsCHROMIUM(GLuint path, |
+ GLsizei numCommands, |
+ const GLubyte* commands, |
+ GLsizei numCoords, |
+ const GLfloat* coords) OVERRIDE; |
+virtual void PathParameterfCHROMIUM(GLuint path, |
+ GLenum pname, |
+ GLfloat value) OVERRIDE; |
+virtual void PathParameteriCHROMIUM(GLuint path, |
+ GLenum pname, |
+ GLint value) OVERRIDE; |
+virtual void PathStencilFuncCHROMIUM(GLenum func, |
+ GLint ref, |
+ GLuint mask) OVERRIDE; |
+virtual void StencilFillPathCHROMIUM(GLuint path, |
+ GLenum fillMode, |
+ GLuint mask) OVERRIDE; |
+virtual void StencilStrokePathCHROMIUM(GLuint path, |
+ GLint reference, |
+ GLuint mask) OVERRIDE; |
+virtual void CoverFillPathCHROMIUM(GLuint path) OVERRIDE; |
+virtual void CoverStrokePathCHROMIUM(GLuint path) OVERRIDE; |
+virtual void StencilThenCoverFillPathCHROMIUM(GLuint path, |
+ GLenum fillMode, |
+ GLuint mask) OVERRIDE; |
+virtual void StencilThenCoverStrokePathCHROMIUM(GLuint path, |
+ GLint reference, |
+ GLuint mask) OVERRIDE; |
#endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_TRACE_IMPLEMENTATION_AUTOGEN_H_ |