diff options
author | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2014-05-02 03:03:47 +0000 |
---|---|---|
committer | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2014-05-02 03:03:47 +0000 |
commit | 9a40803f2bc0ed14c30bdd2213945b01d9c4c977 (patch) | |
tree | 48a405913f5ac1cb02a4ca56c1c7de9f32c8a6bc /src/core | |
parent | 89457e71468c190fb42bad3ddf2abca78415737c (diff) |
Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@14524 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/SkComposeShader.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/SkComposeShader.cpp b/src/core/SkComposeShader.cpp index 33c0912795..df8215c1a2 100644 --- a/src/core/SkComposeShader.cpp +++ b/src/core/SkComposeShader.cpp @@ -108,10 +108,10 @@ SkShader::Context* SkComposeShader::createContext(const ContextRec& rec, void* s // we preconcat our localMatrix (if any) with the device matrix // before calling our sub-shaders - + SkMatrix tmpM; tmpM.setConcat(*rec.fMatrix, this->getLocalMatrix()); - + ContextRec newRec(rec); newRec.fMatrix = &tmpM; |