| Index: src/gpu/effects/GrDashingEffect.h
|
| diff --git a/src/gpu/effects/GrDashingEffect.h b/src/gpu/effects/GrDashingEffect.h
|
| index 5552f1df1be3978686cea2975445372b4aea7cd1..4e04f1f27f748172627865e9bd930c47632b0de9 100644
|
| --- a/src/gpu/effects/GrDashingEffect.h
|
| +++ b/src/gpu/effects/GrDashingEffect.h
|
| @@ -27,24 +27,6 @@ namespace GrDashingEffect {
|
| bool DrawDashLine(GrGpu*, GrDrawTarget*, GrPipelineBuilder*, GrColor,
|
| const SkMatrix& viewMatrix, const SkPoint pts[2], const GrPaint& paint,
|
| const GrStrokeInfo& strokeInfo);
|
| -
|
| - enum DashCap {
|
| - kRound_DashCap,
|
| - kNonRound_DashCap,
|
| - };
|
| -
|
| - /**
|
| - * An effect that renders a dashed line. It is intended to be used as a coverage effect.
|
| - * The effect is meant for dashed lines that only have a single on/off interval pair.
|
| - * Bounding geometry is rendered and the effect computes coverage based on the fragment's
|
| - * position relative to the dashed line.
|
| - */
|
| - GrGeometryProcessor* Create(GrColor,
|
| - GrPrimitiveEdgeType edgeType,
|
| - const SkPathEffect::DashInfo& info,
|
| - SkScalar strokeWidth,
|
| - DashCap cap,
|
| - const SkMatrix& localMatrix);
|
| }
|
|
|
| #endif
|
|
|