Index: gpu/GLES2/gl2chromium_autogen.h |
diff --git a/gpu/GLES2/gl2chromium_autogen.h b/gpu/GLES2/gl2chromium_autogen.h |
index dcfed913f437651ae168928734735c0b36910b61..f28b973a54ccecbe0df9f3d94e2f2ebabac9b2ab 100644 |
--- a/gpu/GLES2/gl2chromium_autogen.h |
+++ b/gpu/GLES2/gl2chromium_autogen.h |
@@ -238,5 +238,20 @@ |
GLES2_GET_FUN(ScheduleOverlayPlaneCHROMIUM) |
#define glMatrixLoadfCHROMIUM GLES2_GET_FUN(MatrixLoadfCHROMIUM) |
#define glMatrixLoadIdentityCHROMIUM GLES2_GET_FUN(MatrixLoadIdentityCHROMIUM) |
+#define glGenPathsCHROMIUM GLES2_GET_FUN(GenPathsCHROMIUM) |
+#define glDeletePathsCHROMIUM GLES2_GET_FUN(DeletePathsCHROMIUM) |
+#define glIsPathCHROMIUM GLES2_GET_FUN(IsPathCHROMIUM) |
+#define glPathCommandsCHROMIUM GLES2_GET_FUN(PathCommandsCHROMIUM) |
+#define glPathParameterfCHROMIUM GLES2_GET_FUN(PathParameterfCHROMIUM) |
+#define glPathParameteriCHROMIUM GLES2_GET_FUN(PathParameteriCHROMIUM) |
+#define glPathStencilFuncCHROMIUM GLES2_GET_FUN(PathStencilFuncCHROMIUM) |
+#define glStencilFillPathCHROMIUM GLES2_GET_FUN(StencilFillPathCHROMIUM) |
+#define glStencilStrokePathCHROMIUM GLES2_GET_FUN(StencilStrokePathCHROMIUM) |
+#define glCoverFillPathCHROMIUM GLES2_GET_FUN(CoverFillPathCHROMIUM) |
+#define glCoverStrokePathCHROMIUM GLES2_GET_FUN(CoverStrokePathCHROMIUM) |
+#define glStencilThenCoverFillPathCHROMIUM \ |
+ GLES2_GET_FUN(StencilThenCoverFillPathCHROMIUM) |
+#define glStencilThenCoverStrokePathCHROMIUM \ |
+ GLES2_GET_FUN(StencilThenCoverStrokePathCHROMIUM) |
#endif // GPU_GLES2_GL2CHROMIUM_AUTOGEN_H_ |