Index: src/gpu/SkGpuDevice.h |
diff --git a/src/gpu/SkGpuDevice.h b/src/gpu/SkGpuDevice.h |
index 50aa58685fbc384cc66fbc6d03adf3b9c16b3786..af6dd0bcc2623e5eaf13005ea7cd4b1724b0ad97 100644 |
--- a/src/gpu/SkGpuDevice.h |
+++ b/src/gpu/SkGpuDevice.h |
@@ -199,6 +199,10 @@ private: |
int tileSize, |
bool bicubic); |
+ void internalDrawPath(const SkPath& origSrcPath, const SkPaint& paint, |
+ const SkMatrix& origViewMatrix, const SkMatrix* prePathMatrix, |
+ const SkIRect& clipBounds, bool pathIsMutable); |
+ |
bool drawDashLine(const SkPoint pts[2], const SkPaint& paint); |
static SkPicture::AccelData::Key ComputeAccelDataKey(); |