Index: include/core/SkCanvas.h |
diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h |
index 5c4db207cc0226b9598688e7e11519ce055a30a3..f74ebb7f56ff3a93f05efd89b72fdf4e79c4acc5 100644 |
--- a/include/core/SkCanvas.h |
+++ b/include/core/SkCanvas.h |
@@ -1008,6 +1008,13 @@ public: |
const uint16_t indices[], int indexCount, |
const SkPaint& paint); |
+ /** |
+ |
+ Draw a SkPatch |
+ |
+ @param patch specifies the 4 bounding cubic bezier curves of a patch. |
+ @param paint Specifies the shader/texture if present. |
+ */ |
virtual void drawPatch(const SkPatch& patch, const SkPaint& paint); |
/** Send a blob of data to the canvas. |