diff --git a/src/gpu/ops/GrTextureOp.cpp b/src/gpu/ops/GrTextureOp.cpp index f1fec5b361..0415d9df24 100644 --- a/src/gpu/ops/GrTextureOp.cpp +++ b/src/gpu/ops/GrTextureOp.cpp @@ -341,8 +341,6 @@ private: SkDebugf("Could not allocate quad indices\n"); return; } - } - if (fDraws.count() > 1) { if (1 == fProxyCnt) { SkASSERT(gp->getVertexStride() == sizeof(TextureGeometryProcessor::Vertex)); for (int i = 0; i < fDraws.count(); ++i) {