commit | 0d2aa8452fec43f24380ff4a737d89ae12ae3a14 | [log] [tgz] |
---|---|---|
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon Sep 26 15:59:20 2011 +0000 |
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon Sep 26 15:59:20 2011 +0000 |
tree | e3e8b1bb00a7a7148ec1cc99ad91a3c43659bffd | |
parent | 5ea050f6620fa9e675a1c801f738e946fa993e14 [diff] [blame] |
Fix override issue, rebase win hairmodes_gpu, complexclip_gpu Mac gm bot will go red until I can remote in to mac mini and fix the baseline Review URL: http://codereview.appspot.com/5131042/ git-svn-id: http://skia.googlecode.com/svn/trunk@2328 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gpu/src/GrTesselatedPathRenderer.cpp b/gpu/src/GrTesselatedPathRenderer.cpp index a3da707..5d544f2 100644 --- a/gpu/src/GrTesselatedPathRenderer.cpp +++ b/gpu/src/GrTesselatedPathRenderer.cpp
@@ -602,6 +602,6 @@ bool GrTesselatedPathRenderer::supportsAA(const GrDrawTarget* target, const SkPath& path, - GrPathFill fill) { + GrPathFill fill) const { return true; }