Make SkMatrix::get*Scale[s]() fail on NaN
authorbsalomon <bsalomon@google.com>
Thu, 17 Dec 2015 23:33:13 +0000 (15:33 -0800)
committerCommit bot <commit-bot@chromium.org>
Thu, 17 Dec 2015 23:33:13 +0000 (15:33 -0800)
commitef2c7c705748e4c563c468f667dae7a9a38ffabc
tree3c001e7b92a3c609d105cc91fdcf2a83d9939841
parentdafd044e4aea529f88d899247678d4549f776388
Make SkMatrix::get*Scale[s]() fail on NaN

BUG=skia:4718
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1532963002

Review URL: https://codereview.chromium.org/1532963002
include/core/SkMatrix.h
src/core/SkMatrix.cpp
tests/MatrixTest.cpp