| Index: src/gpu/gl/GrGLInterface.cpp
|
| diff --git a/src/gpu/gl/GrGLInterface.cpp b/src/gpu/gl/GrGLInterface.cpp
|
| index 7cb6239a855473044b58ad9a0420941ef8662162..2b95d8de35431106da79ba24d8b2d2d6d2ffdf97 100644
|
| --- a/src/gpu/gl/GrGLInterface.cpp
|
| +++ b/src/gpu/gl/GrGLInterface.cpp
|
| @@ -475,7 +475,6 @@ bool GrGLInterface::validate() const {
|
| }
|
| }
|
|
|
| -#if 0
|
| if (fExtensions.has("GL_EXT_debug_marker")) {
|
| if (NULL == fFunctions.fInsertEventMarker ||
|
| NULL == fFunctions.fPushGroupMarker ||
|
| @@ -483,6 +482,5 @@ bool GrGLInterface::validate() const {
|
| return false;
|
| }
|
| }
|
| -#endif
|
| return true;
|
| }
|
|
|