Sanitizing source files in Housekeeper-Nightly

git-svn-id: http://skia.googlecode.com/svn/trunk@14524 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
skia.committer@gmail.com 2014-05-02 03:03:47 +00:00
parent 89457e7146
commit 9a40803f2b

View File

@ -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;