Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(762)

Unified Diff: bench/DrawLatticeBench.cpp

Issue 2383223003: Fix nanobench crashes (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bench/DrawLatticeBench.cpp
diff --git a/bench/DrawLatticeBench.cpp b/bench/DrawLatticeBench.cpp
index 19d549f297002ddf39fbedb203e7fed4a307e790..806815b21da844280cc0a04237a43de66ee009fb 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);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698