Index: include/gpu/GrContext.h |
diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h |
index 7569688249db577febddac22608c9f1de96a3d1f..1641c1f428889f13c3fbcca431ddcc7d24f7c873 100644 |
--- a/include/gpu/GrContext.h |
+++ b/include/gpu/GrContext.h |
@@ -21,7 +21,6 @@ |
class GrAARectRenderer; |
class GrBatchFontCache; |
class GrDrawTarget; |
-class GrFontCache; |
class GrFragmentProcessor; |
class GrGpu; |
class GrGpuTraceMarker; |
@@ -647,16 +646,11 @@ public: |
*/ |
void discardRenderTarget(GrRenderTarget*); |
-#ifdef SK_DEVELOPER |
- void dumpFontCache() const; |
-#endif |
- |
/////////////////////////////////////////////////////////////////////////// |
// Functions intended for internal use only. |
GrGpu* getGpu() { return fGpu; } |
const GrGpu* getGpu() const { return fGpu; } |
GrBatchFontCache* getBatchFontCache() { return fBatchFontCache; } |
- GrFontCache* getFontCache() { return fFontCache; } |
GrLayerCache* getLayerCache() { return fLayerCache.get(); } |
GrTextBlobCache* getTextBlobCache() { return fTextBlobCache; } |
GrDrawTarget* getTextTarget(); |
@@ -699,7 +693,6 @@ private: |
GrResourceCache* fResourceCache; |
GrBatchFontCache* fBatchFontCache; |
- GrFontCache* fFontCache; |
SkAutoTDelete<GrLayerCache> fLayerCache; |
SkAutoTDelete<GrTextBlobCache> fTextBlobCache; |