Index: include/gpu/GrDrawContext.h |
diff --git a/include/gpu/GrDrawContext.h b/include/gpu/GrDrawContext.h |
index 2f664ba443c83725a92e4190afc37059d6b79b64..b85c6d49c5ebf8fe0a1d21e658d294f9d59ed1b7 100644 |
--- a/include/gpu/GrDrawContext.h |
+++ b/include/gpu/GrDrawContext.h |
@@ -277,6 +277,10 @@ public: |
GrRenderTarget* accessRenderTarget() { return fRenderTarget; } |
+ /////////////////////////////////////////////////////////////////////////////////////////////// |
+ // Functions intended for internal use only. |
+ void internal_drawBatch(const GrPipelineBuilder& pipelineBuilder, GrDrawBatch* batch); |
+ |
private: |
friend class GrAtlasTextBlob; // for access to drawBatch |
friend class GrDrawingManager; // for ctor |