| Index: src/gpu/GrTextStrike.cpp
|
| diff --git a/src/gpu/GrTextStrike.cpp b/src/gpu/GrTextStrike.cpp
|
| index 7cab335d725abcbd7f78d4a1b1c531344c9eba73..4a56051264722d90335ce309414ece604f182073 100644
|
| --- a/src/gpu/GrTextStrike.cpp
|
| +++ b/src/gpu/GrTextStrike.cpp
|
| @@ -173,6 +173,7 @@ void GrFontCache::validate() const {
|
|
|
| #ifdef SK_DEVELOPER
|
| void GrFontCache::dump() const {
|
| +/* Disabled for now
|
| static int gDumpCount = 0;
|
| for (int i = 0; i < kMaskFormatCount; ++i) {
|
| if (NULL != fAtlasMgr[i]) {
|
| @@ -185,6 +186,7 @@ void GrFontCache::dump() const {
|
| }
|
| }
|
| ++gDumpCount;
|
| +*/
|
| }
|
| #endif
|
|
|
|
|