commit | 663afe501a127ed22261e091dc5d1f7df7d80051 | [log] [tgz] |
---|---|---|
author | Michael Ludwig <michaelludwig@google.com> | Mon Jun 03 16:46:19 2019 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Tue Jun 04 13:36:05 2019 +0000 |
tree | 90866d2af3f1ddbe2a789ea4a80f66736168790d | |
parent | 62fd2c32bbe637b15e9dbc4b3c15ebd3291597ea [diff] [blame] |
Move GrPathUtils, GrRect, and GrShape into src/gpu/geometry/ Change-Id: I864d3c2452f3affdc744bf8b11ed3b3e37d6d922 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/216602 Commit-Queue: Michael Ludwig <michaelludwig@google.com> Reviewed-by: Robert Phillips <robertphillips@google.com>
diff --git a/src/gpu/ops/GrDashLinePathRenderer.cpp b/src/gpu/ops/GrDashLinePathRenderer.cpp index db52a54..8399d3b 100644 --- a/src/gpu/ops/GrDashLinePathRenderer.cpp +++ b/src/gpu/ops/GrDashLinePathRenderer.cpp
@@ -8,7 +8,7 @@ #include "include/private/GrAuditTrail.h" #include "src/gpu/GrGpu.h" #include "src/gpu/GrRenderTargetContext.h" -#include "src/gpu/GrShape.h" +#include "src/gpu/geometry/GrShape.h" #include "src/gpu/ops/GrDashLinePathRenderer.h" #include "src/gpu/ops/GrDashOp.h" #include "src/gpu/ops/GrMeshDrawOp.h"