commit | aeb2160b1dd34f8e640e8e56544fe407d4ff6311 | [log] [tgz] |
---|---|---|
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Aug 30 18:13:44 2011 +0000 |
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Aug 30 18:13:44 2011 +0000 |
tree | 029e885629354c8968e74c944dd7abc31adc9522 | |
parent | dec9f2d3517c5b78d3bff0b965a7e07042b19875 [diff] [blame] |
Add GrAAHairLinePathRenderer Review URL: http://codereview.appspot.com/4926045 git-svn-id: http://skia.googlecode.com/svn/trunk@2196 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gpu/src/GrTesselatedPathRenderer.cpp b/gpu/src/GrTesselatedPathRenderer.cpp index aca6ec2..15e3cc0 100644 --- a/gpu/src/GrTesselatedPathRenderer.cpp +++ b/gpu/src/GrTesselatedPathRenderer.cpp
@@ -599,7 +599,8 @@ } } -bool GrTesselatedPathRenderer::canDrawPath(const SkPath& path, +bool GrTesselatedPathRenderer::canDrawPath(const GrDrawTarget* target, + const SkPath& path, GrPathFill fill) const { return kHairLine_PathFill != fill; }