Chromium Code Reviews| Index: src/gpu/GrContext.cpp |
| diff --git a/src/gpu/GrContext.cpp b/src/gpu/GrContext.cpp |
| index 9dfe761024e1983f7180b83561c1ed69a5c0007c..54d9fad33f9a325270e7de735621f49244317d34 100644 |
| --- a/src/gpu/GrContext.cpp |
| +++ b/src/gpu/GrContext.cpp |
| @@ -642,6 +642,11 @@ void GrContext::drawPaint(const GrPaint& origPaint) { |
| this->drawRect(*paint, r); |
| } |
| + |
|
robertphillips
2013/10/02 15:07:28
SK_DEBUG? DEV?
|
| +void GrContext::dumpFontCache() { |
| + fFontCache->dump(); |
| +} |
| + |
| //////////////////////////////////////////////////////////////////////////////// |
| namespace { |