| Index: src/gpu/GrTextStrike.cpp
|
| diff --git a/src/gpu/GrTextStrike.cpp b/src/gpu/GrTextStrike.cpp
|
| index 29d1b91e8e2f65ef475a751f304828118cd9dedb..57263d4e7d53a363d1580a17dc394d874a6eb04c 100644
|
| --- a/src/gpu/GrTextStrike.cpp
|
| +++ b/src/gpu/GrTextStrike.cpp
|
| @@ -187,7 +187,6 @@ void GrFontCache::validate() const {
|
| }
|
| #endif
|
|
|
| -#ifdef SK_DEVELOPER
|
| void GrFontCache::dump() const {
|
| static int gDumpCount = 0;
|
| for (int i = 0; i < kAtlasCount; ++i) {
|
| @@ -206,7 +205,6 @@ void GrFontCache::dump() const {
|
| }
|
| ++gDumpCount;
|
| }
|
| -#endif
|
|
|
| ///////////////////////////////////////////////////////////////////////////////
|
|
|
|
|