| Index: src/gpu/GrContext.cpp
|
| diff --git a/src/gpu/GrContext.cpp b/src/gpu/GrContext.cpp
|
| index cab4414ae256e1a28813d55ee8957268fbdd0e16..ed86ef0d7993483ee3b9fa810bc16ee0a4950988 100644
|
| --- a/src/gpu/GrContext.cpp
|
| +++ b/src/gpu/GrContext.cpp
|
| @@ -32,9 +32,6 @@
|
| #include "SkTLS.h"
|
| #include "SkTrace.h"
|
|
|
| -SK_DEFINE_INST_COUNT(GrContext)
|
| -SK_DEFINE_INST_COUNT(GrDrawState)
|
| -
|
| // It can be useful to set this to false to test whether a bug is caused by using the
|
| // InOrderDrawBuffer, to compare performance of using/not using InOrderDrawBuffer, or to make
|
| // debugging simpler.
|
|
|