Index: include/gpu/GrDrawContext.h |
diff --git a/include/gpu/GrDrawContext.h b/include/gpu/GrDrawContext.h |
index 7a2223f78f8030575c1fd7847dfa9b4ecc8b6484..bb16011a462f9243d8a812e8a7860bef6e96bdf8 100644 |
--- a/include/gpu/GrDrawContext.h |
+++ b/include/gpu/GrDrawContext.h |
@@ -259,6 +259,14 @@ public: |
const GrStrokeInfo& strokeInfo); |
+ /** |
+ * Draws a batch |
+ * |
+ * @param paint describes how to color pixels. |
+ * @param batch the batch to draw |
+ */ |
+ void drawBatch(GrRenderTarget*, const GrClip&, const GrPaint&, GrBatch*); |
+ |
private: |
friend class GrAtlasTextContext; // for access to drawBatch |
friend class GrContext; // for ctor |