| Index: gpu/GLES2/gl2chromium_autogen.h
|
| diff --git a/gpu/GLES2/gl2chromium_autogen.h b/gpu/GLES2/gl2chromium_autogen.h
|
| index ddbfa20ce8ba4f509ab50300f7dca6c1e53e09a1..a16804f22a30527eb4a0f68380838b04a16ea08f 100644
|
| --- a/gpu/GLES2/gl2chromium_autogen.h
|
| +++ b/gpu/GLES2/gl2chromium_autogen.h
|
| @@ -300,6 +300,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)
|
|
|