Replace GrMatrix with SkMatrix.
Review URL: https://codereview.appspot.com/6814067

git-svn-id: http://skia.googlecode.com/svn/trunk@6247 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/GrStencilAndCoverPathRenderer.cpp b/src/gpu/GrStencilAndCoverPathRenderer.cpp
index a6ae12b..9749f1d 100644
--- a/src/gpu/GrStencilAndCoverPathRenderer.cpp
+++ b/src/gpu/GrStencilAndCoverPathRenderer.cpp
@@ -98,7 +98,7 @@
             0xffff,
             0x0000,
             0xffff);
-        GrMatrix vmi;
+        SkMatrix vmi;
         bounds.setLTRB(0, 0,
                        SkIntToScalar(drawState->getRenderTarget()->width()),
                        SkIntToScalar(drawState->getRenderTarget()->height()));