aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrStencilAndCoverPathRenderer.h
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-10-08 14:48:36 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-10-08 14:48:36 +0000
commit0f11e1ab5b6e53f6176dde2dbb25a8e3ae34858f (patch)
treee1ede971e62f13815c6afa4f7e233b29cabe69e7 /src/gpu/GrStencilAndCoverPathRenderer.h
parenta5b7cc00b9e95c4c6c02b5bd26aba5e6401f7fd7 (diff)
Remove translate param from GrContext::drawPath (and subsequent calls).
Review URL: https://codereview.appspot.com/6615062 git-svn-id: http://skia.googlecode.com/svn/trunk@5852 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/gpu/GrStencilAndCoverPathRenderer.h')
-rw-r--r--src/gpu/GrStencilAndCoverPathRenderer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gpu/GrStencilAndCoverPathRenderer.h b/src/gpu/GrStencilAndCoverPathRenderer.h
index fbeaaba3c1..e44ddb26a7 100644
--- a/src/gpu/GrStencilAndCoverPathRenderer.h
+++ b/src/gpu/GrStencilAndCoverPathRenderer.h
@@ -41,7 +41,6 @@ public:
protected:
virtual bool onDrawPath(const SkPath& path,
GrPathFill fill,
- const GrVec* translate,
GrDrawTarget* target,
bool antiAlias) SK_OVERRIDE;