Index: include/core/SkDraw.h |
diff --git a/include/core/SkDraw.h b/include/core/SkDraw.h |
index 9c9617468441f7b2652a87c08dedb26cdad0fc7f..892aec9ea997bb931e346162a61f9dcf12396e58 100644 |
--- a/include/core/SkDraw.h |
+++ b/include/core/SkDraw.h |
@@ -129,6 +129,9 @@ private: |
bool pathIsMutable, bool drawCoverage, |
SkBlitter* customBlitter = NULL) const; |
+ void drawLine(const SkPoint[2], const SkPaint&) const; |
+ void drawDevPath(const SkPath& devPath, const SkPaint& paint, bool drawCoverage, |
+ SkBlitter* customBlitter, bool doFill) const; |
/** |
* Return the current clip bounds, in local coordinates, with slop to account |
* for antialiasing or hairlines (i.e. device-bounds outset by 1, and then |