| Index: src/gpu/GrOvalRenderer.h
|
| diff --git a/src/gpu/GrOvalRenderer.h b/src/gpu/GrOvalRenderer.h
|
| index 16c1248b3f2e54f44c6669d33c91cf00707ed206..9d861c5b8da1f83f4e712bc420240335e0f9f5c7 100644
|
| --- a/src/gpu/GrOvalRenderer.h
|
| +++ b/src/gpu/GrOvalRenderer.h
|
| @@ -35,21 +35,21 @@ public:
|
| void reset();
|
|
|
| bool drawOval(GrDrawTarget*,
|
| - GrDrawState*,
|
| + GrPipelineBuilder*,
|
| GrColor,
|
| const SkMatrix& viewMatrix,
|
| bool useAA,
|
| const SkRect& oval,
|
| const SkStrokeRec& stroke);
|
| bool drawRRect(GrDrawTarget*,
|
| - GrDrawState*,
|
| + GrPipelineBuilder*,
|
| GrColor,
|
| const SkMatrix& viewMatrix,
|
| bool useAA,
|
| const SkRRect& rrect,
|
| const SkStrokeRec& stroke);
|
| bool drawDRRect(GrDrawTarget* target,
|
| - GrDrawState*,
|
| + GrPipelineBuilder*,
|
| GrColor,
|
| const SkMatrix& viewMatrix,
|
| bool useAA,
|
| @@ -58,21 +58,21 @@ public:
|
|
|
| private:
|
| bool drawEllipse(GrDrawTarget* target,
|
| - GrDrawState*,
|
| + GrPipelineBuilder*,
|
| GrColor,
|
| const SkMatrix& viewMatrix,
|
| bool useCoverageAA,
|
| const SkRect& ellipse,
|
| const SkStrokeRec& stroke);
|
| bool drawDIEllipse(GrDrawTarget* target,
|
| - GrDrawState*,
|
| + GrPipelineBuilder*,
|
| GrColor,
|
| const SkMatrix& viewMatrix,
|
| bool useCoverageAA,
|
| const SkRect& ellipse,
|
| const SkStrokeRec& stroke);
|
| void drawCircle(GrDrawTarget* target,
|
| - GrDrawState*,
|
| + GrPipelineBuilder*,
|
| GrColor,
|
| const SkMatrix& viewMatrix,
|
| bool useCoverageAA,
|
|
|