Fix SkPicture path bound optimization to handle inverse filled paths.
authorjunov@chromium.org <junov@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 7 May 2013 13:26:18 +0000 (13:26 +0000)
committerjunov@chromium.org <junov@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 7 May 2013 13:26:18 +0000 (13:26 +0000)
commit0962ae1fbc450dd4672739402bb57fc2bd4fcdc7
tree446a347655f1069dd19ad8a9c4f5600d72e5e6c4
parent8e2cdff9ab583bd4bc012b5bc724b5059069c560
Fix SkPicture path bound optimization to handle inverse filled paths.

BUG=crbug.com/229011
TEST=Picture unit test

Review URL: https://codereview.chromium.org/14819008

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