commit | 3e5afe7c5716e26fa1a57aec1f13369feb536d0c | [log] [tgz] |
---|---|---|
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon Jan 30 20:25:23 2012 +0000 |
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon Jan 30 20:25:23 2012 +0000 |
tree | 252af541a6b7113e3b8828cf7a69485c25658af9 | |
parent | 39c2515816e725fb14b7c0408d7ae2aa7182440a [diff] [blame] |
Enable convex path renderer. NOTE: THIS WILL CAUSE BOTS TO FAIL GM ON THE GPU. These tests will be rebaslined. Review URL: http://codereview.appspot.com/5601052/ git-svn-id: http://skia.googlecode.com/svn/trunk@3109 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/GrAddPathRenderers_default.cpp b/src/gpu/GrAddPathRenderers_default.cpp index af22e93..8f6eb1e 100644 --- a/src/gpu/GrAddPathRenderers_default.cpp +++ b/src/gpu/GrAddPathRenderers_default.cpp
@@ -18,7 +18,6 @@ if (GrPathRenderer* pr = GrAAHairLinePathRenderer::Create(ctx)) { chain->addPathRenderer(pr)->unref(); } - // Disabled for now. - //chain->addPathRenderer(new GrAAConvexPathRenderer())->unref(); + chain->addPathRenderer(new GrAAConvexPathRenderer())->unref(); } }