Chromium Code Reviews| Index: src/gpu/gl/GrGLInterface.cpp |
| diff --git a/src/gpu/gl/GrGLInterface.cpp b/src/gpu/gl/GrGLInterface.cpp |
| index 7cb6239a855473044b58ad9a0420941ef8662162..81ce6ce2bbde2741071747f3a8d42008bdad330e 100644 |
| --- a/src/gpu/gl/GrGLInterface.cpp |
| +++ b/src/gpu/gl/GrGLInterface.cpp |
| @@ -475,7 +475,7 @@ bool GrGLInterface::validate() const { |
| } |
| } |
| -#if 0 |
| +#if 1 |
|
bsalomon
2014/03/17 17:50:38
Can just remove the #if now that Chromium adds it
egdaniel
2014/03/17 19:49:12
yup it landed
On 2014/03/17 17:50:38, bsalomon wro
|
| if (fExtensions.has("GL_EXT_debug_marker")) { |
| if (NULL == fFunctions.fInsertEventMarker || |
| NULL == fFunctions.fPushGroupMarker || |