| Index: gpu/GLES2/gl2chromium_autogen.h
|
| diff --git a/gpu/GLES2/gl2chromium_autogen.h b/gpu/GLES2/gl2chromium_autogen.h
|
| index 2fc96aa835c284886f8603aba2c978cfe8e46400..51594406a313a3e0d710d0afe20139d325568fc7 100644
|
| --- a/gpu/GLES2/gl2chromium_autogen.h
|
| +++ b/gpu/GLES2/gl2chromium_autogen.h
|
| @@ -296,6 +296,8 @@
|
| #define glCopySubTextureCHROMIUM GLES2_GET_FUN(CopySubTextureCHROMIUM)
|
| #define glCompressedCopyTextureCHROMIUM \
|
| GLES2_GET_FUN(CompressedCopyTextureCHROMIUM)
|
| +#define glCompressedCopySubTextureCHROMIUM \
|
| + GLES2_GET_FUN(CompressedCopySubTextureCHROMIUM)
|
| #define glDrawArraysInstancedANGLE GLES2_GET_FUN(DrawArraysInstancedANGLE)
|
| #define glDrawElementsInstancedANGLE GLES2_GET_FUN(DrawElementsInstancedANGLE)
|
| #define glVertexAttribDivisorANGLE GLES2_GET_FUN(VertexAttribDivisorANGLE)
|
|
|