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();
     }
 }