Belt and suspenders for colors in DrawAtlasBatch test

Review URL: https://codereview.chromium.org/1290253002
This commit is contained in:
jvanverth 2015-08-13 13:41:03 -07:00 committed by Commit bot
parent abd30f54b7
commit 00ba1e07f3

View File

@ -251,7 +251,7 @@ DRAW_BATCH_TEST_DEFINE(GrDrawAtlasBatch) {
GrDrawAtlasBatch::Geometry geometry;
geometry.fColor = GrRandomColor(random);
return GrDrawAtlasBatch::Create(geometry, viewMatrix, spriteCount, xforms.begin(),
texRects.begin(), colors.begin());
texRects.begin(), hasColors ? colors.begin() : nullptr);
}
#endif