aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-11-13 21:46:06 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-11-13 21:46:06 +0000
commitfbb0ed959de64f16d236d2f0d81ddf5cb318e1fe (patch)
tree1d23fade70fa8db8d33cf145d41c8f50012c769f /include
parent454008ae29dc3d86730e241f04c2ff0888e3d83c (diff)
Sanitizing source files in Skia_Periodic_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@6409 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 d513373621..c8245e3f1d 100644
--- a/include/core/SkPicture.h
+++ b/include/core/SkPicture.h
@@ -161,7 +161,7 @@ protected:
static const int PICTURE_VERSION = 9;
// fPlayback, fRecord, fWidth & fHeight are protected to allow derived classes to
- // install their own SkPicturePlayback-derived players,SkPictureRecord-derived
+ // install their own SkPicturePlayback-derived players,SkPictureRecord-derived
// recorders and set the picture size
SkPicturePlayback* fPlayback;
SkPictureRecord* fRecord;