diff options
author | joshualitt <joshualitt@chromium.org> | 2015-01-14 08:12:47 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-01-14 08:12:47 -0800 |
commit | 71c9260e6fa1798ad1e41b2c2ae9b3cce08bb610 (patch) | |
tree | 6dcf4f549ee113669d8becc37c83225fcba36ba5 /tests | |
parent | 95145a9d3e0be24769c4c4e3810058e08b06fd3b (diff) |
More changes to bring together path / geo procs
BUG=skia:
Review URL: https://codereview.chromium.org/820783005
Diffstat (limited to 'tests')
-rw-r--r-- | tests/GLProgramsTest.cpp | 2 |
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; } |