aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--bench/DrawLatticeBench.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/bench/DrawLatticeBench.cpp b/bench/DrawLatticeBench.cpp
index 19d549f297..806815b21d 100644
--- a/bench/DrawLatticeBench.cpp
+++ b/bench/DrawLatticeBench.cpp
@@ -22,6 +22,7 @@ public:
fLattice.fYDivs = yDivs;
fLattice.fYCount = yCount;
fLattice.fFlags = nullptr;
+ fLattice.fBounds = nullptr;
fName = SkStringPrintf("DrawLattice_%s", desc);
}