DescriptionFix SkGifCodec to handle gifs where frameSize != imageSize
These are quite rare, causing us to miss a few bugs in how
we deal with these images.
Additionally, there is a behavior change. If the imageSize
is not large enough to contain the frame, we will "fix" the
image by increasing the image size.
SkScaledCodec is still buggy with regard to these gifs.
See skbug.com/4421. We will fix that after 1332053002
lands.
BUG=skia:
Committed: https://skia.googlesource.com/skia/+/4aa02d8e73229aeb13f5de6c6de6f5aef061b0d5
Patch Set 1 : #
Total comments: 8
Patch Set 2 : #
Depends on Patchset: Messages
Total messages: 16 (8 generated)
|