Update how SkPath handles fGenerationID and fSourcePath, and add tests to cover.
authormtklein@google.com <mtklein@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 15 Aug 2013 21:14:51 +0000 (21:14 +0000)
committermtklein@google.com <mtklein@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 15 Aug 2013 21:14:51 +0000 (21:14 +0000)
commitcb8b0eeacfc2ff79a2b9721e3ef21d1efb507dc8
tree2b247f21cfff9c2e0328fd4eef2e338aaae3c816
parent259fbaf7a464827bc560517988daeb5836e11e98
Update how SkPath handles fGenerationID and fSourcePath, and add tests to cover.

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

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

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