aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/utils/SkProxyCanvas.h
diff options
context:
space:
mode:
authorGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-06-27 14:42:15 +0000
committerGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-06-27 14:42:15 +0000
commit5667afc5cb4a8cd15a27667f222b6d9c94d61c38 (patch)
tree2e1fc9cce83746cc0853e7aba7b936d2fac943ec /include/utils/SkProxyCanvas.h
parent0f1c95cd67a056cff9c9cd31fa51d9de9392142e (diff)
remove drawShape from canvas api
git-svn-id: http://skia.googlecode.com/svn/trunk@1723 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/utils/SkProxyCanvas.h')
-rw-r--r--include/utils/SkProxyCanvas.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/utils/SkProxyCanvas.h b/include/utils/SkProxyCanvas.h
index 8d8daec589..195b74d9e4 100644
--- a/include/utils/SkProxyCanvas.h
+++ b/include/utils/SkProxyCanvas.h
@@ -64,7 +64,6 @@ public:
const SkPath& path, const SkMatrix* matrix,
const SkPaint& paint);
virtual void drawPicture(SkPicture&);
- virtual void drawShape(SkShape*);
virtual void drawVertices(VertexMode vmode, int vertexCount,
const SkPoint vertices[], const SkPoint texs[],
const SkColor colors[], SkXfermode* xmode,