| commit | 5aaa69e4339e229adfb05e96084a8ec0a590238b | [log] [tgz] |
|---|---|---|
| author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Mar 04 20:29:08 2011 +0000 |
| committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Mar 04 20:29:08 2011 +0000 |
| tree | 0a4c274694b62f8e908d73adaa0d28215fd9fe7b | |
| parent | f7c2c4544f866ae65cd9a4eee4da563f6d653d20 [diff] [blame] |
Fixups for clipstack, convexity test for paths. Review URL http://codereview.appspot.com/4250056/ git-svn-id: http://skia.googlecode.com/svn/trunk@891 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gpu/include/GrClipIterator.h b/gpu/include/GrClipIterator.h index abad619..1fcbdd1 100644 --- a/gpu/include/GrClipIterator.h +++ b/gpu/include/GrClipIterator.h
@@ -68,8 +68,8 @@ virtual GrSetOp getOp() const = 0; /** - * Call to move to the next rect in the set, previous path iter can be made - * invalid. + * Call to move to the next element in the list, previous path iter can be + * made invalid. */ virtual void next() = 0; };