aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrAAHairLinePathRenderer.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/GrAAHairLinePathRenderer.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/GrAAHairLinePathRenderer.h')
-rw-r--r--src/gpu/GrAAHairLinePathRenderer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gpu/GrAAHairLinePathRenderer.h b/src/gpu/GrAAHairLinePathRenderer.h
index c04d0626ca..9129a89674 100644
--- a/src/gpu/GrAAHairLinePathRenderer.h
+++ b/src/gpu/GrAAHairLinePathRenderer.h
@@ -25,7 +25,6 @@ public:
protected:
virtual bool onDrawPath(const SkPath& path,
GrPathFill fill,
- const GrVec* translate,
GrDrawTarget* target,
bool antiAlias) SK_OVERRIDE;
@@ -36,7 +35,6 @@ private:
const GrIndexBuffer* fQuadsIndexBuffer);
bool createGeom(const SkPath& path,
- const GrVec* translate,
GrDrawTarget* target,
int* lineCnt,
int* quadCnt,