| Index: src/gpu/gl/GrGLNoOpInterface.cpp
|
| diff --git a/src/gpu/gl/GrGLNoOpInterface.cpp b/src/gpu/gl/GrGLNoOpInterface.cpp
|
| index 0641af85d7361d81f42fb932853b11639f7c3257..a9a7d3f6312158e1208ca18e1f3137b67deaf5fb 100644
|
| --- a/src/gpu/gl/GrGLNoOpInterface.cpp
|
| +++ b/src/gpu/gl/GrGLNoOpInterface.cpp
|
| @@ -656,3 +656,10 @@ GrGLint GR_GL_FUNCTION_TYPE noOpGLGetUniformLocation(GrGLuint program, const cha
|
| static int gUniLocation = 0;
|
| return ++gUniLocation;
|
| }
|
| +
|
| +GrGLvoid GR_GL_FUNCTION_TYPE noOpGLInsertEventMarker(GrGLsizei length, const char* marker) {
|
| +}
|
| +GrGLvoid GR_GL_FUNCTION_TYPE noOpGLPushGroupMarker(GrGLsizei length , const char* marker) {
|
| +}
|
| +GrGLvoid GR_GL_FUNCTION_TYPE noOpGLPopGroupMarker() {
|
| +}
|
|
|