Chromium Code Reviews| Index: src/gpu/gl/GrGLTexture.cpp |
| diff --git a/src/gpu/gl/GrGLTexture.cpp b/src/gpu/gl/GrGLTexture.cpp |
| index 977212255f34852aa8baeea0b1bda04a95aabdf2..856cfb1277d920e883edc1d7de8e4038efca5d06 100644 |
| --- a/src/gpu/gl/GrGLTexture.cpp |
| +++ b/src/gpu/gl/GrGLTexture.cpp |
| @@ -8,8 +8,6 @@ |
| #include "GrGLTexture.h" |
| #include "GrGpuGL.h" |
| -SK_DEFINE_INST_COUNT(GrGLTexID) |
| - |
| #define GPUGL static_cast<GrGpuGL*>(getGpu()) |
| #define GL_CALL(X) GR_GL_CALL(GPUGL->glInterface(), X) |