http://codereview.appspot.com/6138056/diff/1/src/gpu/GrSoftwarePathRenderer.cpp#newcode202 src/gpu/GrSoftwarePathRenderer.cpp:202: bool
GrSoftwarePathRenderer::onDrawPath(const SkPath& path,
I see the calling context invoke drawPath(), rather than invoking this
directy - I assume that we're doing the typical Ganeshy thing, with
drawPath() in this' base class triggering onDrawPath() in subclasses?
"filled out" meant filling out the functionality in onDrawPath (i.e.,
this refactoring). Basically we didn't want the GrSoftwarePathRenderer
to try to do anything until it actually had its implementation.