explicitly call "our" version of clipPath in the case when clipRect needs to
authorreed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 2 Mar 2009 19:41:36 +0000 (19:41 +0000)
committerreed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 2 Mar 2009 19:41:36 +0000 (19:41 +0000)
commit98de2bdbd12a01aaf347ca2549801b5940613f3f
tree64bc6d7f6a0490d9cc0e32798ab0e5e709f36a65
parent3abec1d7c38e9bd786fc6057f9608f3eeec98c86
explicitly call "our" version of clipPath in the case when clipRect needs to
turn itself into a path when the matrix rotates. This avoids infinite recursion
when the canvas is subclassed (e.g. SkPicture's recording canvas).

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