Index: src/codec/SkCodec_libgif.h |
diff --git a/src/codec/SkCodec_libgif.h b/src/codec/SkCodec_libgif.h |
index 10fdac97f9141c109c10d0adfb0efd20c8eb1139..2e0c5a4a1da81e5935739ceb869bf8069fd14bff 100644 |
--- a/src/codec/SkCodec_libgif.h |
+++ b/src/codec/SkCodec_libgif.h |
@@ -129,9 +129,11 @@ private: |
* @param dstInfo Output image information. Dimensions may have been |
* adjusted if the image frame size does not match the size |
* indicated in the header. |
- * @param zeroInit Indicates if destination memory is zero initialized. |
+ * @param options Informs the swizzler if destination memory is zero initialized. |
+ * Contains subset information. |
*/ |
- Result initializeSwizzler(const SkImageInfo& dstInfo, ZeroInitialized zeroInit); |
+ Result initializeSwizzler(const SkImageInfo& dstInfo, |
+ const Options& options); |
SkSampler* getSampler(bool createIfNecessary) override { |
SkASSERT(fSwizzler); |