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();