| Index: gpu/GLES2/gl2chromium_autogen.h
|
| diff --git a/gpu/GLES2/gl2chromium_autogen.h b/gpu/GLES2/gl2chromium_autogen.h
|
| index 2e6ed9ba9b8ebc123647fbb38672922b5c7096ed..ef1d584ab4aeb24a8c8bc87789e0ce765c637e64 100644
|
| --- a/gpu/GLES2/gl2chromium_autogen.h
|
| +++ b/gpu/GLES2/gl2chromium_autogen.h
|
| @@ -350,6 +350,18 @@
|
| GLES2_GET_FUN(StencilThenCoverFillPathCHROMIUM)
|
| #define glStencilThenCoverStrokePathCHROMIUM \
|
| GLES2_GET_FUN(StencilThenCoverStrokePathCHROMIUM)
|
| +#define glStencilFillPathInstancedCHROMIUM \
|
| + GLES2_GET_FUN(StencilFillPathInstancedCHROMIUM)
|
| +#define glStencilStrokePathInstancedCHROMIUM \
|
| + GLES2_GET_FUN(StencilStrokePathInstancedCHROMIUM)
|
| +#define glCoverFillPathInstancedCHROMIUM \
|
| + GLES2_GET_FUN(CoverFillPathInstancedCHROMIUM)
|
| +#define glCoverStrokePathInstancedCHROMIUM \
|
| + GLES2_GET_FUN(CoverStrokePathInstancedCHROMIUM)
|
| +#define glStencilThenCoverFillPathInstancedCHROMIUM \
|
| + GLES2_GET_FUN(StencilThenCoverFillPathInstancedCHROMIUM)
|
| +#define glStencilThenCoverStrokePathInstancedCHROMIUM \
|
| + GLES2_GET_FUN(StencilThenCoverStrokePathInstancedCHROMIUM)
|
| #define glGetGraphicsResetStatusKHR GLES2_GET_FUN(GetGraphicsResetStatusKHR)
|
| #define glBlendBarrierKHR GLES2_GET_FUN(BlendBarrierKHR)
|
| #define glApplyScreenSpaceAntialiasingCHROMIUM \
|
|
|