| Index: src/gpu/GrOvalRenderer.h
|
| diff --git a/src/gpu/GrOvalRenderer.h b/src/gpu/GrOvalRenderer.h
|
| index 9653fccd722e13af45146bd13c00f79c41756601..92f6ff0cdf209a8d72ec9cf7f9b443afe7ce4120 100644
|
| --- a/src/gpu/GrOvalRenderer.h
|
| +++ b/src/gpu/GrOvalRenderer.h
|
| @@ -33,8 +33,10 @@ public:
|
|
|
| bool drawOval(GrDrawTarget* target, const GrContext* context, bool useAA,
|
| const SkRect& oval, const SkStrokeRec& stroke);
|
| - bool drawSimpleRRect(GrDrawTarget* target, GrContext* context, bool useAA,
|
| - const SkRRect& rrect, const SkStrokeRec& stroke);
|
| + bool drawRRect(GrDrawTarget* target, GrContext* context, bool useAA,
|
| + const SkRRect& rrect, const SkStrokeRec& stroke);
|
| + bool drawDRRect(GrDrawTarget* target, GrContext* context, bool useAA,
|
| + const SkRRect& outer, const SkRRect& inner);
|
|
|
| private:
|
| bool drawEllipse(GrDrawTarget* target, bool useCoverageAA,
|
|
|