aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-03-04 03:02:32 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-03-04 03:02:32 +0000
commitade9a3485e78d471f5f0902e9e50a2ec74c88e76 (patch)
tree812c5c5907c2b84a3b4f6f4902d4e7b876b31ce6 /include
parent3b987595293de5a6fadd0f7c8c00eaedf5aca660 (diff)
Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@13651 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include')
-rw-r--r--include/core/SkPicture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h
index ae5e81e36d..56596c40df 100644
--- a/include/core/SkPicture.h
+++ b/include/core/SkPicture.h
@@ -219,7 +219,7 @@ public:
/** Return true if the SkStream/Buffer represents a serialized picture, and
fills out SkPictInfo. After this function returns, the data source is not
- rewound so it will have to be manually reset before passing to
+ rewound so it will have to be manually reset before passing to
CreateFromStream or CreateFromBuffer. Note, CreateFromStream and
CreateFromBuffer perform this check internally so these entry points are
intended for stand alone tools.