Move the GrTessellationPathRenderer into the skgpu::v1 namespace

Bug: skia:11837
Change-Id: Ic445e99adbe2d2ada64f98f9f516c198a247ef09
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/440876
Reviewed-by: Greg Daniel <egdaniel@google.com>
Commit-Queue: Robert Phillips <robertphillips@google.com>
diff --git a/src/gpu/ops/AtlasPathRenderer.cpp b/src/gpu/ops/AtlasPathRenderer.cpp
index e9681d4..a6b6187 100644
--- a/src/gpu/ops/AtlasPathRenderer.cpp
+++ b/src/gpu/ops/AtlasPathRenderer.cpp
@@ -116,7 +116,7 @@
            caps.internalMultisampleCount(atlasFormat) > 1 &&
            // GrAtlasRenderTask currently requires tessellation. In the future it could use the
            // default path renderer when tessellation isn't available.
-           GrTessellationPathRenderer::IsSupported(caps);
+           TessellationPathRenderer::IsSupported(caps);
 }
 
 sk_sp<AtlasPathRenderer> AtlasPathRenderer::Make(GrRecordingContext* rContext) {