| Index: src/gpu/gl/GrGLNoOpInterface.h
|
| diff --git a/src/gpu/gl/GrGLNoOpInterface.h b/src/gpu/gl/GrGLNoOpInterface.h
|
| index 2efc11381ae906eb68aa43c41cf6a7a599c84636..3e146d330b41ccd7ede8ab2a43045c2ac19b30fb 100644
|
| --- a/src/gpu/gl/GrGLNoOpInterface.h
|
| +++ b/src/gpu/gl/GrGLNoOpInterface.h
|
| @@ -55,6 +55,16 @@ GrGLvoid GR_GL_FUNCTION_TYPE noOpGLCompressedTexImage2D(GrGLenum target,
|
| GrGLsizei imageSize,
|
| const GrGLvoid* data);
|
|
|
| +GrGLvoid GR_GL_FUNCTION_TYPE noOpGLCompressedTexSubImage2D(GrGLenum target,
|
| + GrGLint level,
|
| + GrGLint xoffset,
|
| + GrGLint yoffset,
|
| + GrGLsizei width,
|
| + GrGLsizei height,
|
| + GrGLenum format,
|
| + GrGLsizei imageSize,
|
| + const GrGLvoid* data);
|
| +
|
| GrGLvoid GR_GL_FUNCTION_TYPE noOpGLCopyTexSubImage2D(GrGLenum target,
|
| GrGLint level,
|
| GrGLint xoffset,
|
|
|