aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrDrawState.h
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-05-30 18:13:23 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-05-30 18:13:23 +0000
commit02154c73904aa4006e3023931655c63ae192d600 (patch)
tree0d35ed6a479736abad384fdd519b2a13c62a733c /src/gpu/GrDrawState.h
parent242ed6fb6c3c0dff780ed3bef47d36a3b34a352c (diff)
Remove a couple things missed when deleting the tessellated path renderer
Review URL: http://codereview.appspot.com/6249070/ git-svn-id: http://skia.googlecode.com/svn/trunk@4082 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/gpu/GrDrawState.h')
-rw-r--r--src/gpu/GrDrawState.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gpu/GrDrawState.h b/src/gpu/GrDrawState.h
index 79d6d483f1..5490b6851f 100644
--- a/src/gpu/GrDrawState.h
+++ b/src/gpu/GrDrawState.h
@@ -619,12 +619,6 @@ public:
*/
kNoColorWrites_StateBit = 0x08,
/**
- * Modifies the behavior of edge AA specified by setEdgeAA. If set,
- * will test edge pairs for convexity when rasterizing. Set this if the
- * source polygon is non-convex.
- */
- kEdgeAAConcave_StateBit = 0x10,
- /**
* Draws will apply the color matrix, otherwise the color matrix is
* ignored.
*/