[webkit-reviews] review granted: [Bug 170591] [GTK+] Animations not played properly when using synchronous decoding : [Attachment 306481] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Apr 7 02:38:18 PDT 2017
Carlos Garcia Campos <cgarcia at igalia.com> has granted Miguel Gomez
<magomez at igalia.com>'s request for review:
Bug 170591: [GTK+] Animations not played properly when using synchronous
decoding
https://bugs.webkit.org/show_bug.cgi?id=170591
Attachment 306481: Patch
https://bugs.webkit.org/attachment.cgi?id=306481&action=review
--- Comment #3 from Carlos Garcia Campos <cgarcia at igalia.com> ---
Comment on attachment 306481
--> https://bugs.webkit.org/attachment.cgi?id=306481
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=306481&action=review
> Source/WebCore/platform/graphics/ImageFrameCache.cpp:101
> - decodedSize += m_frames[index++].clearImage();
> + decodedSize += m_frames[index].clearImage();
oh! good catch!
More information about the webkit-reviews
mailing list