| Index: tools/lua/lua_pictures.cpp
|
| diff --git a/tools/lua/lua_pictures.cpp b/tools/lua/lua_pictures.cpp
|
| index 0edea2576ed4ec2f8144e10b3ee0fc1d64c8d757..9776002e7a6128823994e44dd7111f31360a0c77 100644
|
| --- a/tools/lua/lua_pictures.cpp
|
| +++ b/tools/lua/lua_pictures.cpp
|
| @@ -145,7 +145,7 @@ int tool_main(int argc, char** argv) {
|
| auto pic(load_picture(path));
|
| if (pic.get()) {
|
| SkAutoTUnref<SkLuaCanvas> canvas(
|
| - new SkLuaCanvas(SkScalarCeilToInt(pic->cullRect().width()),
|
| + new SkLuaCanvas(SkScalarCeilToInt(pic->cullRect().width()),
|
| SkScalarCeilToInt(pic->cullRect().height()),
|
| L.get(), gAccumulateFunc));
|
|
|
|
|