commit | f3f08af010eebdb9c1501bdf1b3d8e715298b05f | [log] [tgz] |
---|---|---|
author | Michael Ludwig <michaelludwig@google.com> | Thu Apr 16 11:39:31 2020 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Thu Apr 16 18:05:51 2020 +0000 |
tree | 4ebd308df18c6ff454b11a7e1270de88c28c077b | |
parent | 0dca28004792a73562b88723fb1570be11364e01 [diff] [blame] |
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/ops/GrAALinearizingConvexPathRenderer.cpp b/src/gpu/ops/GrAALinearizingConvexPathRenderer.cpp index 64eedbe..d6d6449 100644 --- a/src/gpu/ops/GrAALinearizingConvexPathRenderer.cpp +++ b/src/gpu/ops/GrAALinearizingConvexPathRenderer.cpp
@@ -21,7 +21,7 @@ #include "src/gpu/GrStyle.h" #include "src/gpu/GrVertexWriter.h" #include "src/gpu/geometry/GrPathUtils.h" -#include "src/gpu/geometry/GrShape.h" +#include "src/gpu/geometry/GrStyledShape.h" #include "src/gpu/glsl/GrGLSLGeometryProcessor.h" #include "src/gpu/ops/GrAAConvexTessellator.h" #include "src/gpu/ops/GrAALinearizingConvexPathRenderer.h"