aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrOvalRenderer.h
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2016-06-29 17:55:27 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-06-29 17:55:27 -0700
commit7f06c6947a3bef78dc57b9252779567c33604c90 (patch)
tree7ac8846269819e908a984342a4f84c6c6e56d9d8 /src/gpu/GrOvalRenderer.h
parentfc5b70a8e427ee115868786fa361c2c813ab566b (diff)
Better encapsulate oval/rrect batchs.
Diffstat (limited to 'src/gpu/GrOvalRenderer.h')
-rw-r--r--src/gpu/GrOvalRenderer.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/gpu/GrOvalRenderer.h b/src/gpu/GrOvalRenderer.h
index 2b5272004a..66182b24e8 100644
--- a/src/gpu/GrOvalRenderer.h
+++ b/src/gpu/GrOvalRenderer.h
@@ -35,19 +35,6 @@ public:
private:
GrOvalRenderer();
-
- static GrDrawBatch* CreateEllipseBatch(GrColor,
- const SkMatrix& viewMatrix,
- const SkRect& ellipse,
- const SkStrokeRec& stroke);
- static GrDrawBatch* CreateDIEllipseBatch(GrColor,
- const SkMatrix& viewMatrix,
- const SkRect& ellipse,
- const SkStrokeRec& stroke);
- static GrDrawBatch* CreateCircleBatch(GrColor,
- const SkMatrix& viewMatrix,
- const SkRect& circle,
- const SkStrokeRec& stroke);
};
#endif // GrOvalRenderer_DEFINED