From 7312ff87f64f31d741989a60d993bcaa4bb20523 Mon Sep 17 00:00:00 2001 From: bsalomon Date: Mon, 12 Sep 2016 08:55:38 -0700 Subject: Remove ability to skip coord transform comparison in pipeline comparison. GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2316413003 Review-Url: https://codereview.chromium.org/2316413003 --- src/gpu/batches/GrDrawPathBatch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gpu/batches/GrDrawPathBatch.cpp') diff --git a/src/gpu/batches/GrDrawPathBatch.cpp b/src/gpu/batches/GrDrawPathBatch.cpp index ffe012f74b..815fe74636 100644 --- a/src/gpu/batches/GrDrawPathBatch.cpp +++ b/src/gpu/batches/GrDrawPathBatch.cpp @@ -69,7 +69,7 @@ bool GrDrawPathRangeBatch::onCombineIfPossible(GrBatch* t, const GrCaps& caps) { !this->viewMatrix().cheapEqualTo(that->viewMatrix())) { return false; } - if (!GrPipeline::AreEqual(*this->pipeline(), *that->pipeline(), false)) { + if (!GrPipeline::AreEqual(*this->pipeline(), *that->pipeline())) { return false; } switch (fDraws.head()->fInstanceData->transformType()) { -- cgit v1.2.3