aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrOvalRenderer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/GrOvalRenderer.cpp')
-rw-r--r--src/gpu/GrOvalRenderer.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gpu/GrOvalRenderer.cpp b/src/gpu/GrOvalRenderer.cpp
index 85526dc6b3..6ea922c28b 100644
--- a/src/gpu/GrOvalRenderer.cpp
+++ b/src/gpu/GrOvalRenderer.cpp
@@ -291,7 +291,7 @@ void GrOvalRenderer::reset() {
}
bool GrOvalRenderer::drawOval(GrDrawTarget* target, const GrContext* context, bool useAA,
- const GrRect& oval, const SkStrokeRec& stroke)
+ const SkRect& oval, const SkStrokeRec& stroke)
{
if (!useAA) {
return false;
@@ -329,7 +329,7 @@ extern const GrVertexAttrib gCircleVertexAttribs[] = {
void GrOvalRenderer::drawCircle(GrDrawTarget* target,
bool useAA,
- const GrRect& circle,
+ const SkRect& circle,
const SkStrokeRec& stroke)
{
GrDrawState* drawState = target->drawState();
@@ -432,7 +432,7 @@ extern const GrVertexAttrib gEllipseVertexAttribs[] = {
bool GrOvalRenderer::drawEllipse(GrDrawTarget* target,
bool useAA,
- const GrRect& ellipse,
+ const SkRect& ellipse,
const SkStrokeRec& stroke)
{
GrDrawState* drawState = target->drawState();