Index: src/gpu/SkGpuDevice.h |
diff --git a/src/gpu/SkGpuDevice.h b/src/gpu/SkGpuDevice.h |
index 1356a6f0fb2e1d9f395fd71dff585d7c458457b1..d7dceed89d1ce1622d7888137499033e59373d36 100644 |
--- a/src/gpu/SkGpuDevice.h |
+++ b/src/gpu/SkGpuDevice.h |
@@ -212,10 +212,6 @@ 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 GrRenderTarget* CreateRenderTarget(GrContext*, SkSurface::Budgeted, const SkImageInfo&, |