diff options
author | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-09-08 02:06:44 +0000 |
---|---|---|
committer | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-09-08 02:06:44 +0000 |
commit | 7329926f0d70d27495897ab876fc90a8d6687de2 (patch) | |
tree | 83e0702c2ecb29b8f1099b2325485fbc7e429284 /src | |
parent | d92f336ac73d48128e1c2d82de736ed250749b64 (diff) |
Sanitizing source files in Skia_Periodic_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@5447 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src')
-rw-r--r-- | src/core/SkPathRef.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/SkPathRef.h b/src/core/SkPathRef.h index 103677558a..339166340e 100644 --- a/src/core/SkPathRef.h +++ b/src/core/SkPathRef.h @@ -20,7 +20,7 @@ /** * Holds the path verbs and points. It is versioned by a generation ID. None of its public methods - * modify the contents. To modify or append to the verbs/points wrap the SkPathRef in an + * modify the contents. To modify or append to the verbs/points wrap the SkPathRef in an * SkPathRef::Editor object. Installing the editor resets the generation ID. It also performs * copy-on-write if the SkPathRef is shared by multipls SkPaths. The caller passes the Editor's * constructor a SkAutoTUnref, which may be updated to point to a new SkPathRef after the editor's @@ -511,7 +511,7 @@ private: enum { kMinSize = 256, }; - + SkPoint* fPoints; // points to begining of the allocation uint8_t* fVerbs; // points just past the end of the allocation (verbs grow backwards) int fVerbCnt; |