| commit | f8d904a7eed435b9de68fd2eef6d7f3c59fcc9cc | [log] [tgz] |
|---|---|---|
| author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Jul 31 12:18:16 2012 +0000 |
| committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Jul 31 12:18:16 2012 +0000 |
| tree | be009cf03b833cd6e0400bf4bc5ef65de203daf6 | |
| parent | c23a63b9e24ac2384466bc4f24ad10f010f25c75 [diff] [blame] |
GrClip no longer translates its clips (to better mimic SkClipStack's behavior) http://codereview.appspot.com/6445052/ git-svn-id: http://skia.googlecode.com/svn/trunk@4848 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tests/ClipCacheTest.cpp b/tests/ClipCacheTest.cpp index e3ff245..516a614 100644 --- a/tests/ClipCacheTest.cpp +++ b/tests/ClipCacheTest.cpp
@@ -83,7 +83,7 @@ iter.reset(stack); GrClip clip; - clip.setFromIterator(&iter, 0, 0, stackBounds); + clip.setFromIterator(&iter, stackBounds); const GrRect& grBound = clip.getConservativeBounds();