aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-11-01 18:02:54 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-11-01 18:02:54 +0000
commitb9086a026844e4cfd08b219e49ce3f12294cba98 (patch)
tree1f97e490ba203d8717d70a5cae5571efef8a495b /gm
parentdb2e25a7d45d8a63ed87af96e5d1bf7577ff48fe (diff)
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
Diffstat (limited to 'gm')
-rw-r--r--gm/texdata.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gm/texdata.cpp b/gm/texdata.cpp
index 18c600f722..e36feef0cb 100644
--- a/gm/texdata.cpp
+++ b/gm/texdata.cpp
@@ -101,7 +101,7 @@ protected:
GrPaint paint;
paint.setBlendFunc(kOne_GrBlendCoeff, kISA_GrBlendCoeff);
- GrMatrix vm;
+ SkMatrix vm;
if (i) {
vm.setRotate(90 * SK_Scalar1,
S * SK_Scalar1,
@@ -110,7 +110,7 @@ protected:
vm.reset();
}
ctx->setMatrix(vm);
- GrMatrix tm;
+ SkMatrix tm;
tm = vm;
tm.postIDiv(2*S, 2*S);
paint.colorStage(0)->setEffect(SkNEW_ARGS(GrSingleTextureEffect,