Index: include/gpu/GrDrawContext.h |
diff --git a/include/gpu/GrDrawContext.h b/include/gpu/GrDrawContext.h |
index d55818b6d7420d40f8fa44a924d422abd86e2323..e070036c1e54515912692da5032bf9d0faf1aaaf 100644 |
--- a/include/gpu/GrDrawContext.h |
+++ b/include/gpu/GrDrawContext.h |
@@ -251,6 +251,8 @@ public: |
*/ |
void drawBatch(const GrClip&, const GrPaint&, GrDrawBatch*); |
+ GrRenderTarget* rt_remove_me() { return fRenderTarget; } |
+ |
private: |
friend class GrAtlasTextContext; // for access to drawBatch |
friend class GrDrawingManager; // for ctor |