Index: include/gpu/GrContext.h |
diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h |
index 4f9b642b23d86d048ddb7e6101a9092a061494e8..d6245100d6c947165dfe9b85b08ae14f0817b268 100644 |
--- a/include/gpu/GrContext.h |
+++ b/include/gpu/GrContext.h |
@@ -35,7 +35,6 @@ |
class GrPathRenderer; |
class GrResourceEntry; |
class GrResourceCache; |
-class GrResourceCache2; |
class GrStencilBuffer; |
class GrTestTarget; |
class GrTextContext; |
@@ -927,7 +926,6 @@ |
GrDrawTarget* getTextTarget(); |
const GrIndexBuffer* getQuadIndexBuffer() const; |
GrAARectRenderer* getAARectRenderer() { return fAARectRenderer; } |
- GrResourceCache2* getResourceCache2() { return fResourceCache2; } |
// Called by tests that draw directly to the context via GrDrawTarget |
void getTestTarget(GrTestTarget*); |
@@ -975,7 +973,6 @@ |
GrDrawState* fDrawState; |
GrResourceCache* fResourceCache; |
- GrResourceCache2* fResourceCache2; |
GrFontCache* fFontCache; |
SkAutoTDelete<GrLayerCache> fLayerCache; |