| commit | 366f1c6a09f63c76e78145cb08028f66062f31fd | [log] [tgz] |
|---|---|---|
| author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Jun 29 21:38:47 2012 +0000 |
| committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Jun 29 21:38:47 2012 +0000 |
| tree | f0f35dc7b73b2cc7b4a8c7163ad153b61c2293da | |
| parent | 41efe04af99b11440b6de39919f92bc9d1514f5c [diff] [blame] |
Fixed lingering gpu-path AA clip mask generation bug http://codereview.appspot.com/6351055/ git-svn-id: http://skia.googlecode.com/svn/trunk@4416 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/GrClipMaskManager.h b/src/gpu/GrClipMaskManager.h index 144c042..00ca642 100644 --- a/src/gpu/GrClipMaskManager.h +++ b/src/gpu/GrClipMaskManager.h
@@ -362,7 +362,8 @@ bool drawClipShape(GrTexture* target, const GrClip& clipIn, - int index); + int index, + const GrIRect& resultBounds); void drawTexture(GrTexture* target, GrTexture* texture);