fix autobounds dude to call a custom version of rect.join that doesn't ignore
authorreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 14 Nov 2011 19:34:57 +0000 (19:34 +0000)
committerreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 14 Nov 2011 19:34:57 +0000 (19:34 +0000)
commit3563c9ee527f524d421964b54d9b09e12ec0bf6b
treebbd84dda866e64a1524b880323f1d69642ee5d05
parent1dcf506a1aa3771d1b36831da2ab3ce9fd6e1900
fix autobounds dude to call a custom version of rect.join that doesn't ignore
empty rects (since path.bounds must be the bounds of its control-pts, including
empty subcontours)

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