| Index: src/gpu/gl/GrGpuGL.cpp
|
| diff --git a/src/gpu/gl/GrGpuGL.cpp b/src/gpu/gl/GrGpuGL.cpp
|
| index 1fd6f7dd45e59c0600516473206216c011245174..34c3ce2349afd791b80cf763a0a716904ce19472 100644
|
| --- a/src/gpu/gl/GrGpuGL.cpp
|
| +++ b/src/gpu/gl/GrGpuGL.cpp
|
| @@ -15,13 +15,9 @@
|
| #include "SkStrokeRec.h"
|
| #include "SkTemplates.h"
|
|
|
| -static const GrGLuint GR_MAX_GLUINT = ~0U;
|
| -static const GrGLint GR_INVAL_GLINT = ~0;
|
| -
|
| #define GL_CALL(X) GR_GL_CALL(this->glInterface(), X)
|
| #define GL_CALL_RET(RET, X) GR_GL_CALL_RET(this->glInterface(), RET, X)
|
|
|
| -
|
| #define SKIP_CACHE_CHECK true
|
|
|
| #if GR_GL_CHECK_ALLOC_WITH_GET_ERROR
|
|
|