Index: include/core/SkCanvas.h |
diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h |
index d68a9c50ab80d4a6fdd640756f9f1ce96eca620a..5c4db207cc0226b9598688e7e11519ce055a30a3 100644 |
--- a/include/core/SkCanvas.h |
+++ b/include/core/SkCanvas.h |
@@ -14,6 +14,7 @@ |
#include "SkClipStack.h" |
#include "SkPaint.h" |
#include "SkRefCnt.h" |
+#include "SkPatch.h" |
#include "SkPath.h" |
#include "SkRegion.h" |
#include "SkXfermode.h" |
@@ -1006,6 +1007,8 @@ public: |
const SkColor colors[], SkXfermode* xmode, |
const uint16_t indices[], int indexCount, |
const SkPaint& paint); |
+ |
+ virtual void drawPatch(const SkPatch& patch, const SkPaint& paint); |
/** Send a blob of data to the canvas. |
For canvases that draw, this call is effectively a no-op, as the data |