aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkPictureRecord.h
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-02-16 07:01:31 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-02-16 07:01:31 +0000
commitce8343d7dde40e509317708de239be1fa72b28f9 (patch)
treedf6506d8597b6c8fdcedb127acba4b1bf7593ca9 /src/core/SkPictureRecord.h
parent87fbbd30b2b7b3cead6b9c78764af306988501ff (diff)
Sanitizing source files in Skia_Periodic_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@7755 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/core/SkPictureRecord.h')
-rw-r--r--src/core/SkPictureRecord.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/SkPictureRecord.h b/src/core/SkPictureRecord.h
index 39811bb316..7a2bb8de47 100644
--- a/src/core/SkPictureRecord.h
+++ b/src/core/SkPictureRecord.h
@@ -115,11 +115,11 @@ private:
/*
* Write the 'drawType' operation and chunk size to the skp. 'size'
- * can potentially be increased if the chunk size needs its own storage
+ * can potentially be increased if the chunk size needs its own storage
* location (i.e., it overflows 24 bits).
* Returns the start offset of the chunk. This is the location at which
* the opcode & size are stored.
- * TODO: since we are handing the size into here we could call reserve
+ * TODO: since we are handing the size into here we could call reserve
* and then return a pointer to the memory storage. This could decrease
* allocation overhead but could lead to more wasted space (the tail
* end of blocks could go unused). Possibly add a second addDraw that