Index: src/core/SkRecorder.cpp |
diff --git a/src/core/SkRecorder.cpp b/src/core/SkRecorder.cpp |
index 0c236716bc86a3ae52e052b7014de119e8ccc0c4..0ae1e2dcd24ff2da966ae892a0c1c7a3792c28aa 100644 |
--- a/src/core/SkRecorder.cpp |
+++ b/src/core/SkRecorder.cpp |
@@ -242,7 +242,7 @@ void SkRecorder::onDrawImageLattice(const SkImage* image, const Lattice& lattice |
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), |
- flagCount, this->copy(lattice.fFlags, flagCount), dst); |
+ flagCount, this->copy(lattice.fFlags, flagCount), lattice.fBounds, dst); |
} |
void SkRecorder::onDrawText(const void* text, size_t byteLength, |