Index: include/gpu/GrContext.h |
diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h |
index 2d77a0f449fb5305592c6b44d1c05aad9b26075f..e051c7c76f830c71401eef91252826c9a1f79a0c 100644 |
--- a/include/gpu/GrContext.h |
+++ b/include/gpu/GrContext.h |
@@ -349,10 +349,6 @@ |
/** 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, |
- GrRenderTarget* target); |
- |
private: |
GrGpu* fGpu; |
const GrCaps* fCaps; |