Index: src/gpu/GrOvalRenderer.cpp |
=================================================================== |
--- src/gpu/GrOvalRenderer.cpp (revision 9995) |
+++ src/gpu/GrOvalRenderer.cpp (working copy) |
@@ -286,6 +286,10 @@ |
/////////////////////////////////////////////////////////////////////////////// |
+void GrOvalRenderer::reset() { |
+ GrSafeSetNull(fRRectIndexBuffer); |
+} |
+ |
bool GrOvalRenderer::drawOval(GrDrawTarget* target, const GrContext* context, bool useAA, |
const GrRect& oval, const SkStrokeRec& stroke) |
{ |