From cff56083942a9784331aa2fd62ddf806cccc31cb Mon Sep 17 00:00:00 2001 From: "bsalomon@google.com" Date: Wed, 11 Jan 2012 15:33:20 +0000 Subject: fix comment git-svn-id: http://skia.googlecode.com/svn/trunk@3008 2bbb7eff-a529-9590-31e7-b0007b416f81 --- src/gpu/GrDrawTarget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/gpu/GrDrawTarget.h b/src/gpu/GrDrawTarget.h index aabf813058..76aa411801 100644 --- a/src/gpu/GrDrawTarget.h +++ b/src/gpu/GrDrawTarget.h @@ -251,7 +251,7 @@ public: kTextFormat_VertexLayoutBit = 1 << (STAGE_BIT_CNT + 2), /* Each vertex specificies an edge. Distance to the edge is used to - * compute a coverage. See setVertexEdgeType(). + * compute a coverage. See GrDrawState::setVertexEdgeType(). */ kEdge_VertexLayoutBit = 1 << (STAGE_BIT_CNT + 3), // for below assert -- cgit v1.2.3