aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2015-01-14 08:12:47 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-01-14 08:12:47 -0800
commit71c9260e6fa1798ad1e41b2c2ae9b3cce08bb610 (patch)
tree6dcf4f549ee113669d8becc37c83225fcba36ba5 /tests
parent95145a9d3e0be24769c4c4e3810058e08b06fd3b (diff)
More changes to bring together path / geo procs
Diffstat (limited to 'tests')
-rw-r--r--tests/GLProgramsTest.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}