Chromium Code Reviews| Index: include/gpu/GrContext.h |
| diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h |
| index e051c7c76f830c71401eef91252826c9a1f79a0c..2d77a0f449fb5305592c6b44d1c05aad9b26075f 100644 |
| --- a/include/gpu/GrContext.h |
| +++ b/include/gpu/GrContext.h |
| @@ -349,6 +349,10 @@ public: |
| /** Enumerates all cached GPU resources and dumps their memory to traceMemoryDump. */ |
| void dumpMemoryStatistics(SkTraceMemoryDump* traceMemoryDump) const; |
| + /** Draw font cache texture to render target */ |
| + void drawFontCache(const SkRect& rect, GrMaskFormat format, const SkPaint& paint, |
|
bsalomon
2015/11/06 21:23:39
Rob, should this be a GrDrawContext function? Eith
jvanverth1
2015/11/06 22:06:52
It's in the internal testing functions block (note
|
| + GrRenderTarget* target); |
| + |
| private: |
| GrGpu* fGpu; |
| const GrCaps* fCaps; |