| Index: gpu/GLES2/gl2chromium_autogen.h
|
| diff --git a/gpu/GLES2/gl2chromium_autogen.h b/gpu/GLES2/gl2chromium_autogen.h
|
| index 901c75319076ea880dad9a43f90fea8626452371..ee4a8fc9de65036f0abac5dbf994bfa3959faa30 100644
|
| --- a/gpu/GLES2/gl2chromium_autogen.h
|
| +++ b/gpu/GLES2/gl2chromium_autogen.h
|
| @@ -355,6 +355,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 \
|
|
|