Chromium Code Reviews| Index: include/gpu/GrContext.h |
| diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h |
| index 7a42677a85d72f12d23b6f12188a5d29065021f6..c1911edf118eda15da3ecb84a58645ed59ed98ae 100644 |
| --- a/include/gpu/GrContext.h |
| +++ b/include/gpu/GrContext.h |
| @@ -628,6 +628,8 @@ public: |
| */ |
| void resolveRenderTarget(GrRenderTarget* target); |
|
robertphillips
2013/10/02 15:07:28
#ifdef SK_DEBUG? DEV?
const?
jvanverth1
2013/10/02 15:12:09
I'd like to be able to use this in release builds.
|
| + void dumpFontCache(); |
| + |
| /////////////////////////////////////////////////////////////////////////// |
| // Helpers |