Index: include/gpu/GrContext.h |
diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h |
index 70e7b9f2441ce424aeb9cbf8ee904f5af47a1cc1..bae81c0b817df01208defeefc697dcedc4d174fd 100644 |
--- a/include/gpu/GrContext.h |
+++ b/include/gpu/GrContext.h |
@@ -355,8 +355,7 @@ public: |
void dumpMemoryStatistics(SkTraceMemoryDump* traceMemoryDump) const; |
robertphillips
2015/12/08 19:49:32
update comment ?
|
/** Draw font cache texture to render target */ |
- void drawFontCache(const SkRect& rect, GrMaskFormat format, const SkPaint& paint, |
- GrRenderTarget* target); |
+ GrTexture* getFontAtlasTexture(GrMaskFormat format); |
private: |
GrGpu* fGpu; |