diff options
Diffstat (limited to 'src/gpu/ops/GrAAConvexPathRenderer.cpp')
-rw-r--r-- | src/gpu/ops/GrAAConvexPathRenderer.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gpu/ops/GrAAConvexPathRenderer.cpp b/src/gpu/ops/GrAAConvexPathRenderer.cpp index 37cb23bdf8..cfff457af5 100644 --- a/src/gpu/ops/GrAAConvexPathRenderer.cpp +++ b/src/gpu/ops/GrAAConvexPathRenderer.cpp @@ -6,7 +6,6 @@ */ #include "GrAAConvexPathRenderer.h" - #include "GrAAConvexTessellator.h" #include "GrCaps.h" #include "GrContext.h" @@ -16,6 +15,8 @@ #include "GrOpFlushState.h" #include "GrPathUtils.h" #include "GrProcessor.h" +#include "GrRenderTargetContext.h" +#include "GrShape.h" #include "GrSimpleMeshDrawOpHelper.h" #include "SkGeometry.h" #include "SkPathPriv.h" |