commit | a6f11c4f717961070cd6fc5e60c361db14c5c4f3 | [log] [tgz] |
---|---|---|
author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon Jul 23 17:39:44 2012 +0000 |
committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon Jul 23 17:39:44 2012 +0000 |
tree | 87e883cf1f09ac614c63e589e130f768b6cccea6 | |
parent | c1d1f414a08de25d8cbf4ba08fc64d701ffca32e [diff] [blame] |
Gave GrClip an SkClipStack-style iterator http://codereview.appspot.com/6434046/ git-svn-id: http://skia.googlecode.com/svn/trunk@4723 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/GrClipMaskManager.h b/src/gpu/GrClipMaskManager.h index 8106185..4346c21 100644 --- a/src/gpu/GrClipMaskManager.h +++ b/src/gpu/GrClipMaskManager.h
@@ -350,8 +350,7 @@ bool useSWOnlyPath(const GrClip& clipIn); bool drawClipShape(GrTexture* target, - const GrClip& clipIn, - int index, + const GrClip::Iter::Clip* clip, const GrIRect& resultBounds); void drawTexture(GrTexture* target,