Index: src/gpu/GrSurface.cpp |
diff --git a/src/gpu/GrSurface.cpp b/src/gpu/GrSurface.cpp |
index 3ac8bc2280ce7255aef93d979c6503abd7159b80..fed95f232fe4b18d34ef4f6d7844346aacc44eba 100644 |
--- a/src/gpu/GrSurface.cpp |
+++ b/src/gpu/GrSurface.cpp |
@@ -11,8 +11,6 @@ |
#include "SkImageEncoder.h" |
#include <stdio.h> |
-SK_DEFINE_INST_COUNT(GrSurface) |
- |
bool GrSurface::savePixels(const char* filename) { |
SkBitmap bm; |
bm.setConfig(SkBitmap::kARGB_8888_Config, this->width(), this->height()); |