Chromium Code Reviews| Index: src/gpu/gl/GrGLUtil.cpp |
| diff --git a/src/gpu/gl/GrGLUtil.cpp b/src/gpu/gl/GrGLUtil.cpp |
| index 4ff645249b8d4cab13a3d8730555332e49c54cd3..886557e2727a07d4fc2511ab70fc13e26b72cc75 100644 |
| --- a/src/gpu/gl/GrGLUtil.cpp |
| +++ b/src/gpu/gl/GrGLUtil.cpp |
| @@ -11,7 +11,7 @@ |
| #include <stdio.h> |
| void GrGLClearErr(const GrGLInterface* gl) { |
| - while (GR_GL_NO_ERROR != gl->fGetError()) {} |
| + while (GR_GL_NO_ERROR != gl->fFunctions.fGetError()) {} |
| } |
| namespace { |