Rename GrShape to GrStyledShape

Change-Id: Ic457e634b4b95356f5615cff3fce1ca7d7677c26
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/284036
Reviewed-by: Robert Phillips <robertphillips@google.com>
Commit-Queue: Michael Ludwig <michaelludwig@google.com>
diff --git a/src/gpu/GrPathRendering_none.cpp b/src/gpu/GrPathRendering_none.cpp
index 0e12a36..048e8a3 100644
--- a/src/gpu/GrPathRendering_none.cpp
+++ b/src/gpu/GrPathRendering_none.cpp
@@ -53,4 +53,4 @@
                                             const GrScissorState&,
                                             sk_sp<const GrPath>) { return nullptr; }
 
-void GrPath::ComputeKey(const GrShape&, GrUniqueKey*, bool*) {}
+void GrPath::ComputeKey(const GrStyledShape&, GrUniqueKey*, bool*) {}