Chromium Code Reviews| Index: include/gpu/GrContext.h |
| diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h |
| index 7a42677a85d72f12d23b6f12188a5d29065021f6..5b25fe4697c80e22176f6daba5220ddd512bd0af 100644 |
| --- a/include/gpu/GrContext.h |
| +++ b/include/gpu/GrContext.h |
| @@ -628,6 +628,10 @@ public: |
| */ |
| void resolveRenderTarget(GrRenderTarget* target); |
| +#ifdef SK_DEVELOPER |
| + void dumpFontCache() const; |
| +#endif |
| + |
| /////////////////////////////////////////////////////////////////////////// |
| // Helpers |