diff options
author | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2014-02-05 03:01:48 +0000 |
---|---|---|
committer | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2014-02-05 03:01:48 +0000 |
commit | 1dab403e447f4f663690e018651338304fe6e86a (patch) | |
tree | e44b5cf9a2ebc02f95ecac50f74f178141e23773 /src/core | |
parent | 076f078a5ef3506190fb6c97b7b91827d91cb7c1 (diff) |
Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@13316 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/SkPictureRecord.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkPictureRecord.h b/src/core/SkPictureRecord.h index 51ae0b29ec..3832516427 100644 --- a/src/core/SkPictureRecord.h +++ b/src/core/SkPictureRecord.h @@ -238,7 +238,7 @@ protected: int addPathToHeap(const SkPath& path); // does not write to ops stream - // These entry points allow the writing of matrices, clips, saves & + // These entry points allow the writing of matrices, clips, saves & // restores to be deferred (e.g., if the MC state is being collapsed and // only written out as needed). void recordConcat(const SkMatrix& matrix); |