Revert of fix for conic fuzz (patchset #3 id:40001 of https://codereview.chromium...
authorcaryclark <caryclark@google.com>
Thu, 22 Sep 2016 14:42:39 +0000 (07:42 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 22 Sep 2016 14:42:39 +0000 (07:42 -0700)
commit08b345588414b861af8a55950e7dc21a1bd85a28
tree790cd907e0dc3a4dd32654e276e169125b1f3ccd
parent2a75e5df300a2838f943ca52a52a85a5cf69802b
Revert of fix for conic fuzz (patchset #3 id:40001 of https://codereview.chromium.org/2350263003/ )

Reason for revert:
See if this fixes the layout tests.

Original issue's description:
> fix for conic fuzz
>
> A fuzzer generates a conic that hangs when drawn.
> The quads that approximate the conics move up and down
> in y, confusing the renderer.
>
> This fix ensures that the split conic maintains the
> same y direction as the original conic.
>
> R=reed@google.com
> BUG=647922
> GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2350263003
>
> Committed: https://skia.googlesource.com/skia/+/ac78863acdef4b428aaf66985b80c76d1be0fdea

TBR=reed@google.com
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=647922

Review-Url: https://codereview.chromium.org/2361473004
src/core/SkGeometry.cpp
tests/PathTest.cpp