commit | 471d471dcd7422e5dd9c822c1092b2ba4721dcfe | [log] [tgz] |
---|---|---|
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Aug 23 15:45:25 2011 +0000 |
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Aug 23 15:45:25 2011 +0000 |
tree | baba8bd0f6e127a3b346f305f3e4b48dd4c84735 | |
parent | 00245c94cd25dcff96fa8d54849327dc7f7f2852 [diff] [blame] |
Correctly determine whether HW AA lines can be used Review URL: http://codereview.appspot.com/4937049/ git-svn-id: http://skia.googlecode.com/svn/trunk@2162 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gpu/include/GrContext.h b/gpu/include/GrContext.h index 2f98cdf..e07cf42 100644 --- a/gpu/include/GrContext.h +++ b/gpu/include/GrContext.h
@@ -586,7 +586,7 @@ // determines whether offscreen AA should be applied bool doOffscreenAA(GrDrawTarget* target, const GrPaint& paint, - bool isLines) const; + bool isHairLines) const; // attempts to setup offscreen AA. All paint state must be transferred to // target by the time this is called.