summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/skia/src/gpu/GrOvalRenderer.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/skia/src/gpu/GrOvalRenderer.h')
-rw-r--r--chromium/third_party/skia/src/gpu/GrOvalRenderer.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/chromium/third_party/skia/src/gpu/GrOvalRenderer.h b/chromium/third_party/skia/src/gpu/GrOvalRenderer.h
index 9653fccd722..92f6ff0cdf2 100644
--- a/chromium/third_party/skia/src/gpu/GrOvalRenderer.h
+++ b/chromium/third_party/skia/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,