Index: include/gpu/GrOvalRenderer.h |
=================================================================== |
--- include/gpu/GrOvalRenderer.h (revision 8689) |
+++ include/gpu/GrOvalRenderer.h (working copy) |
@@ -33,7 +33,7 @@ |
bool drawOval(GrDrawTarget* target, const GrContext* context, const GrPaint& paint, |
const GrRect& oval, const SkStrokeRec& stroke); |
private: |
- void drawEllipse(GrDrawTarget* target, const GrPaint& paint, |
+ bool drawEllipse(GrDrawTarget* target, const GrPaint& paint, |
const GrRect& ellipse, |
const SkStrokeRec& stroke); |
void drawCircle(GrDrawTarget* target, const GrPaint& paint, |