| Index: src/gpu/GrPictureUtils.cpp
|
| diff --git a/src/gpu/GrPictureUtils.cpp b/src/gpu/GrPictureUtils.cpp
|
| index e91980fa1000f6045a516b2635527c9008544080..4cb6dda18baa943918795bc2f86039fbdf433f84 100644
|
| --- a/src/gpu/GrPictureUtils.cpp
|
| +++ b/src/gpu/GrPictureUtils.cpp
|
| @@ -126,7 +126,7 @@ private:
|
| dst.fBounds = newClip;
|
| dst.fLocalMat = src.fLocalMat;
|
| dst.fPreMat = src.fPreMat;
|
| - dst.fPreMat.preConcat(*fCTM);
|
| + dst.fPreMat.postConcat(*fCTM);
|
| if (src.fPaint) {
|
| dst.fPaint = SkNEW_ARGS(SkPaint, (*src.fPaint));
|
| }
|
|
|