Offset bounds in GrDefaultPathRenderer by fTranslate.

Review URL: http://codereview.appspot.com/4667053/



git-svn-id: http://skia.googlecode.com/svn/trunk@1787 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gpu/src/GrPathRenderer.cpp b/gpu/src/GrPathRenderer.cpp
index 61670da..e82774d 100644
--- a/gpu/src/GrPathRenderer.cpp
+++ b/gpu/src/GrPathRenderer.cpp
@@ -473,6 +473,7 @@
                 }
             } else {
                 bounds = fPath->getBounds();
+                bounds.offset(fTranslate);
             }
             GrDrawTarget::AutoGeometryPush agp(fTarget);
             fTarget->drawSimpleRect(bounds, NULL, stages);