Index: src/gpu/gl/GrGLProgram.h |
diff --git a/src/gpu/gl/GrGLProgram.h b/src/gpu/gl/GrGLProgram.h |
index 8e2ae74aab991696ebc56ca34d00bd0cc97fc4b5..0a2a242fca3a88cf64572a96a8f42773a5f102e8 100644 |
--- a/src/gpu/gl/GrGLProgram.h |
+++ b/src/gpu/gl/GrGLProgram.h |
@@ -114,7 +114,7 @@ public: |
0, SkIntToScalar(2) / fRenderTargetSize.fHeight, -SK_Scalar1, |
0, 0, SkMatrix::I()[8]); |
} |
- combined.setConcat(combined, fViewMatrix); |
+ combined.preConcat(fViewMatrix); |
GrGLGetMatrix<Size>(destMatrix, combined); |
} |
}; |