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

Unified Diff: include/core/SkPicture.h

Issue 1308273011: Handle zero-length encoded images gracefully during deserialization (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: generator comments Created 5 years, 3 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 | src/core/SkPictureData.cpp » ('j') | src/core/SkPictureData.cpp » ('J')
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 774b5424428d2684cbfaa7359090148e4fa09b46..61a584b61d9bd365847713a95b0e0c85a2126b9f 100644
--- a/include/core/SkPicture.h
+++ b/include/core/SkPicture.h
@@ -103,9 +103,7 @@ public:
/**
* Serialize to a stream. If non NULL, serializer will be used to serialize
- * any bitmaps in the picture.
- *
- * TODO: Use serializer to serialize SkImages as well.
+ * bitmaps and images in the picture.
scroggo 2015/09/04 18:48:20 I like that we turn bitmaps into images! I was thi
*/
void serialize(SkWStream*, SkPixelSerializer* = NULL) const;
« no previous file with comments | « no previous file | src/core/SkPictureData.cpp » ('j') | src/core/SkPictureData.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698