More changes to bring together path / geo procs

BUG=skia:

Review URL: https://codereview.chromium.org/820783005
diff --git a/tests/GLProgramsTest.cpp b/tests/GLProgramsTest.cpp
index 3b75b0f..ec18a8c 100644
--- a/tests/GLProgramsTest.cpp
+++ b/tests/GLProgramsTest.cpp
@@ -317,7 +317,7 @@
 
         // 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;
         }