Move tessellation ops to skgpu::v1 namespace

Mechanical.

Bug: skia:11837
Change-Id: Ic302ee314ad73ce034c8daac38416a8249a125a4
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/442276
Reviewed-by: Michael Ludwig <michaelludwig@google.com>
Commit-Queue: Robert Phillips <robertphillips@google.com>
diff --git a/src/gpu/ops/AtlasRenderTask.cpp b/src/gpu/ops/AtlasRenderTask.cpp
index 5e50eb9..e1336fa 100644
--- a/src/gpu/ops/AtlasRenderTask.cpp
+++ b/src/gpu/ops/AtlasRenderTask.cpp
@@ -94,7 +94,7 @@
     // Add ops to stencil the atlas paths.
     for (const auto* pathList : {&fWindingPathList, &fEvenOddPathList}) {
         if (pathList->pathCount() > 0) {
-            auto op = GrOp::Make<GrPathStencilCoverOp>(
+            auto op = GrOp::Make<PathStencilCoverOp>(
                     rContext,
                     pathList->pathDrawList(),
                     pathList->totalCombinedPathVerbCnt(),