Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Unified Diff: include/core/SkPicture.h

Issue 1101293003: Fix some lingering typos (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | include/core/SkTDArray.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkPicture.h
diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h
index a565e415eb791b4b926baa3be631fbae5c847c79..2d782a50c82301705e4bfd016be8061674c41aa0 100644
--- a/include/core/SkPicture.h
+++ b/include/core/SkPicture.h
@@ -261,10 +261,10 @@ private:
// Takes ownership of the SkRecord and (optional) SnapshotArray, refs the (optional) BBH.
SkPicture(const SkRect& cullRect,
- SkRecord*,
- SnapshotArray*,
- SkBBoxHierarchy*,
- size_t approxBytesUsedBySubPictures);
+ SkRecord*,
+ SnapshotArray*,
+ SkBBoxHierarchy*,
+ size_t approxBytesUsedBySubPictures);
static SkPicture* Forwardport(const SkPictInfo&, const SkPictureData*);
static SkPictureData* Backport(const SkRecord&, const SkPictInfo&,
« no previous file with comments | « no previous file | include/core/SkTDArray.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698