Fix SkRRect isEmpty assert
authorcommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 3 Apr 2014 14:35:47 +0000 (14:35 +0000)
committercommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 3 Apr 2014 14:35:47 +0000 (14:35 +0000)
commit87927284d9f9a01697d541602222a897df6983fa
tree574b3a0327fe4af8ddfad8afce4e94a0a8d1384e
parent030f45ad3e761d8f6efbc7fc75faae7ff285bf6e
Fix SkRRect isEmpty assert

The rectangle could be empty but not all zeroes.

BUG=skia:2379

Signed-off-by: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
R=robertphillips@google.com

Author: siglesias@igalia.com

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

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