Remove SkPath::asRect
authorrobertphillips <robertphillips@google.com>
Mon, 5 Jan 2015 20:22:14 +0000 (12:22 -0800)
committerCommit bot <commit-bot@chromium.org>
Mon, 5 Jan 2015 20:22:14 +0000 (12:22 -0800)
commit2b6ab61e2229bd76291b3d16ad7e386b3075eddb
tree54e4953e8b8a5501361952353b04ed16616f9ce8
parent5a2315e750f65a8b61faa509a65840c622f04424
Remove SkPath::asRect

AFAICT the asRect entry point is not needed.

Greg: GPU
Reed: API
Cary: Path

Review URL: https://codereview.chromium.org/833193002
include/core/SkPath.h
src/core/SkClipStack.cpp
src/core/SkPath.cpp
tests/PathTest.cpp