Restore SkPath(const SkPath&) to copy the generation ID on Android.
authormtklein@google.com <mtklein@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 7 Aug 2013 19:17:53 +0000 (19:17 +0000)
committermtklein@google.com <mtklein@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 7 Aug 2013 19:17:53 +0000 (19:17 +0000)
commit9c9d4a70028ef8dc33a46cfc0b22e254443effe3
tree0c0eceba058ae5f7ec60ab0e70f058b05a5f7dbb
parent8dc8bc55479eb7895b3f0cf4fb42d9d917b21ee1
Restore SkPath(const SkPath&) to copy the generation ID on Android.

BUG=
R=bsalomon@google.com, bungeman@google.com, reed@google.com

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

git-svn-id: http://skia.googlecode.com/svn/trunk@10622 2bbb7eff-a529-9590-31e7-b0007b416f81
include/core/SkPath.h
src/core/SkPath.cpp
tests/PathTest.cpp