From 71c9260e6fa1798ad1e41b2c2ae9b3cce08bb610 Mon Sep 17 00:00:00 2001 From: joshualitt Date: Wed, 14 Jan 2015 08:12:47 -0800 Subject: More changes to bring together path / geo procs BUG=skia: Review URL: https://codereview.chromium.org/820783005 --- tests/GLProgramsTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/GLProgramsTest.cpp b/tests/GLProgramsTest.cpp index 3b75b0f8d2..ec18a8cd52 100644 --- a/tests/GLProgramsTest.cpp +++ b/tests/GLProgramsTest.cpp @@ -317,7 +317,7 @@ bool GrDrawTarget::programUnitTest(int maxStages) { // create optimized draw state, setup readDst texture if required, and build a descriptor // and program. ODS creation can fail, so we have to check - GrOptDrawState ods(ds, gp, pathProc, *gpu->caps(), scissor, &dstCopy, drawType); + GrOptDrawState ods(ds, primProc, *gpu->caps(), scissor, &dstCopy, drawType); if (ods.mustSkip()) { continue; } -- cgit v1.2.3