Chromium Code Reviews| Index: src/gpu/gl/GrGLProgram.cpp |
| diff --git a/src/gpu/gl/GrGLProgram.cpp b/src/gpu/gl/GrGLProgram.cpp |
| index 5b030fa36aee8f3e90278f2243988a8feffa7fe0..cac38b4bddcf3c4445e58ddab0cbfcd3d42fa58f 100644 |
| --- a/src/gpu/gl/GrGLProgram.cpp |
| +++ b/src/gpu/gl/GrGLProgram.cpp |
| @@ -17,8 +17,6 @@ |
| #include "GrGLSL.h" |
| #include "SkXfermode.h" |
| -SK_DEFINE_INST_COUNT(GrGLProgram) |
| - |
| #define GL_CALL(X) GR_GL_CALL(fGpu->glInterface(), X) |
| #define GL_CALL_RET(R, X) GR_GL_CALL_RET(fGpu->glInterface(), R, X) |