Comment out call broken call to pushMatrix in LuaCanvas
BUG=skia: R=robertphillips@google.com Author: egdaniel@google.com Review URL: https://codereview.chromium.org/271533013 git-svn-id: http://skia.googlecode.com/svn/trunk@14719 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
44d4210146
commit
ab885be21b
@ -122,7 +122,9 @@ void SkLuaCanvas::didConcat(const SkMatrix& matrix) {
|
||||
}
|
||||
default: {
|
||||
AUTO_LUA("concat");
|
||||
lua.pushMatrix(matrix);
|
||||
// pushMatrix added in https://codereview.chromium.org/203203004/
|
||||
// Doesn't seem to have ever been working correctly since added
|
||||
// lua.pushMatrix(matrix);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user