disabled GrAALinearizingConvexRenderer for now
BUG=505579 Review URL: https://codereview.chromium.org/1219653004
This commit is contained in:
parent
81793410a8
commit
4f3ad2948c
@ -9,6 +9,7 @@
|
||||
|
||||
#include "GrStencilAndCoverPathRenderer.h"
|
||||
#include "GrAAHairLinePathRenderer.h"
|
||||
#include "GrAAConvexPathRenderer.h"
|
||||
#include "GrAALinearizingConvexPathRenderer.h"
|
||||
#include "GrAADistanceFieldPathRenderer.h"
|
||||
#include "GrContext.h"
|
||||
@ -33,6 +34,7 @@ void GrPathRenderer::AddPathRenderers(GrContext* ctx, GrPathRendererChain* chain
|
||||
if (GrPathRenderer* pr = GrAAHairLinePathRenderer::Create()) {
|
||||
chain->addPathRenderer(pr)->unref();
|
||||
}
|
||||
chain->addPathRenderer(SkNEW(GrAALinearizingConvexPathRenderer))->unref();
|
||||
// chain->addPathRenderer(SkNEW(GrAALinearizingConvexPathRenderer))->unref();
|
||||
chain->addPathRenderer(SkNEW(GrAAConvexPathRenderer))->unref();
|
||||
chain->addPathRenderer(SkNEW_ARGS(GrAADistanceFieldPathRenderer, (ctx)))->unref();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user