| Index: src/core/SkRecorder.cpp
|
| diff --git a/src/core/SkRecorder.cpp b/src/core/SkRecorder.cpp
|
| index 840e19b90da8d3fee537190bcb8b8a96303c39e5..9e8f59462df6e69d4573c404340eee97a93eaa16 100644
|
| --- a/src/core/SkRecorder.cpp
|
| +++ b/src/core/SkRecorder.cpp
|
| @@ -240,7 +240,8 @@ void SkRecorder::onDrawImageLattice(const SkImage* image, const Lattice& lattice
|
| const SkPaint* paint) {
|
| APPEND(DrawImageLattice, this->copy(paint), sk_ref_sp(image),
|
| lattice.fXCount, this->copy(lattice.fXDivs, lattice.fXCount),
|
| - lattice.fYCount, this->copy(lattice.fYDivs, lattice.fYCount), dst);
|
| + lattice.fYCount, this->copy(lattice.fYDivs, lattice.fYCount),
|
| + lattice.fFlagCount, this->copy(lattice.fFlags, lattice.fFlagCount), dst);
|
| }
|
|
|
| void SkRecorder::onDrawText(const void* text, size_t byteLength,
|
|
|