[webkit-reviews] review granted: [Bug 174376] REGRESSION(r219045): The <body> element does not get repainted when its background image finishes decoding : [Attachment 315144] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 11 12:58:13 PDT 2017


Simon Fraser (smfr) <simon.fraser at apple.com> has granted Said Abou-Hallawa
<sabouhallawa at apple.com>'s request for review:
Bug 174376: REGRESSION(r219045): The <body> element does not get repainted when
its background image finishes decoding
https://bugs.webkit.org/show_bug.cgi?id=174376

Attachment 315144: Patch

https://bugs.webkit.org/attachment.cgi?id=315144&action=review




--- Comment #6 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Comment on attachment 315144
  --> https://bugs.webkit.org/attachment.cgi?id=315144
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=315144&action=review

> Source/WebCore/loader/cache/CachedImage.cpp:154
> +	   CachedResourceClientWalker<CachedImageClient> w(m_clients);

w -> walker

> Source/WebCore/loader/cache/CachedImage.cpp:155
> +	   while (CachedImageClient* c = w.next())

while (auto* client = walker.next())


More information about the webkit-reviews mailing list