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:
parent
89457e7146
commit
9a40803f2b
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user