add last move to serialized path
authorcaryclark <caryclark@google.com>
Wed, 17 Feb 2016 20:16:27 +0000 (12:16 -0800)
committerCommit bot <commit-bot@chromium.org>
Wed, 17 Feb 2016 20:16:27 +0000 (12:16 -0800)
commit6900641e02c3b6c7ee15d0aa5bd4af0d42db480f
treef2c3dbad70bdb4d6cdc4e793b06293c713aeeb67
parent134ad3e5b0979c2fd60dc01717022cac57fd76ec
add last move to serialized path

A deserialized path keeps the last move location so that
a subsequent append to the path does not add an unwanted
close verb.

R=reed@oogle.com
BUG=skia:4847
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1702393002

Review URL: https://codereview.chromium.org/1702393002
include/core/SkPath.h
src/core/SkPath.cpp