If a path is known to be nonfinite, don't forget that in our autobounds
authorreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 24 Oct 2012 21:04:04 +0000 (21:04 +0000)
committerreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 24 Oct 2012 21:04:04 +0000 (21:04 +0000)
commita8790debaab6c5e3b6a4a51d2cc91ae5aea9b2dd
treecc37fe637157a12d60029ce3211268ddfe55e6e4
parent8ea78d83dc4e8243c16eedf8100a3987c54123fa
If a path is known to be nonfinite, don't forget that in our autobounds
helper. "Once a non-finite, always a non-finite".

Inspired by crbug/157157
Review URL: https://codereview.appspot.com/6764047

git-svn-id: http://skia.googlecode.com/svn/trunk@6087 2bbb7eff-a529-9590-31e7-b0007b416f81
src/core/SkPath.cpp
tests/PathTest.cpp