| Index: src/gpu/gl/GrGLAssembleInterface.cpp
|
| diff --git a/src/gpu/gl/GrGLAssembleInterface.cpp b/src/gpu/gl/GrGLAssembleInterface.cpp
|
| index e4337259a22de23161fc1b6fd228e0ac1b97defd..98dabffe13cbc47d7d99e8ea90d03068edf03c64 100644
|
| --- a/src/gpu/gl/GrGLAssembleInterface.cpp
|
| +++ b/src/gpu/gl/GrGLAssembleInterface.cpp
|
| @@ -65,6 +65,7 @@ const GrGLInterface* GrGLAssembleGLInterface(void* ctx, GrGLGetProc get) {
|
| GET_PROC(ColorMask);
|
| GET_PROC(CompileShader);
|
| GET_PROC(CompressedTexImage2D);
|
| + GET_PROC(CompressedTexSubImage2D);
|
| GET_PROC(CopyTexSubImage2D);
|
| GET_PROC(CreateProgram);
|
| GET_PROC(CreateShader);
|
|
|