init bounds to empty if we return false from getClipBounds()
authorreed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 18 May 2009 15:46:29 +0000 (15:46 +0000)
committerreed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 18 May 2009 15:46:29 +0000 (15:46 +0000)
commit72dcd3a3c16a68f98bc345a4263678d43bc3daeb
treea8a1a69668d2ba13aead3cbd9ffc4a0c47d33745
parentf48f2817668547563310c9e8c39d67224df0e89f
init bounds to empty if we return false from getClipBounds()

We were already doing that in one place (empty clip), but now we do it in the
other as well (matrix not invertible).

git-svn-id: http://skia.googlecode.com/svn/trunk@179 2bbb7eff-a529-9590-31e7-b0007b416f81
src/core/SkCanvas.cpp