| Index: src/gpu/GrContext.cpp
|
| diff --git a/src/gpu/GrContext.cpp b/src/gpu/GrContext.cpp
|
| index 9dfe761024e1983f7180b83561c1ed69a5c0007c..6b1efbeac2e7c6e5b7408dcf9d68c7152cf22d42 100644
|
| --- a/src/gpu/GrContext.cpp
|
| +++ b/src/gpu/GrContext.cpp
|
| @@ -642,6 +642,12 @@ void GrContext::drawPaint(const GrPaint& origPaint) {
|
| this->drawRect(*paint, r);
|
| }
|
|
|
| +#ifdef SK_DEVELOPER
|
| +void GrContext::dumpFontCache() const {
|
| + fFontCache->dump();
|
| +}
|
| +#endif
|
| +
|
| ////////////////////////////////////////////////////////////////////////////////
|
|
|
| namespace {
|
|
|