| Index: src/core/SkRecordDraw.cpp
|
| diff --git a/src/core/SkRecordDraw.cpp b/src/core/SkRecordDraw.cpp
|
| index 295259131920b841b13ab64af8397084b5bb7b47..0afc4698094a0f1f617491e407eb6257d18e26c2 100644
|
| --- a/src/core/SkRecordDraw.cpp
|
| +++ b/src/core/SkRecordDraw.cpp
|
| @@ -107,6 +107,7 @@ template <> void Draw::draw(const DrawImageLattice& r) {
|
| lattice.fYCount = r.yCount;
|
| lattice.fYDivs = r.yDivs;
|
| lattice.fFlags = (0 == r.flagCount) ? nullptr : r.flags;
|
| + lattice.fBounds = r.src;
|
| fCanvas->drawImageLattice(r.image.get(), lattice, r.dst, r.paint);
|
| }
|
|
|
|
|