Chromium Code Reviews| Index: src/core/SkBitmapDevice.cpp |
| diff --git a/src/core/SkBitmapDevice.cpp b/src/core/SkBitmapDevice.cpp |
| index 369f10c1bf470e3633042525021a16ba271963bb..2e3628b652df11c56cca4c9630bdaf6c8c378c14 100644 |
| --- a/src/core/SkBitmapDevice.cpp |
| +++ b/src/core/SkBitmapDevice.cpp |
| @@ -11,8 +11,6 @@ |
| #include "SkRasterClip.h" |
| #include "SkShader.h" |
| -SK_DEFINE_INST_COUNT(SkBitmapDevice) |
| - |
| #define CHECK_FOR_ANNOTATION(paint) \ |
| do { if (paint.getAnnotation()) { return; } } while (0) |