[webkit-reviews] review granted: [Bug 119871] Flash of garbage pixels when playing a show on Hulu : [Attachment 208866] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 15 15:40:35 PDT 2013


Tim Horton <thorton at apple.com> has granted Simon Fraser (smfr)
<simon.fraser at apple.com>'s request for review:
Bug 119871: Flash of garbage pixels when playing a show on Hulu
https://bugs.webkit.org/show_bug.cgi?id=119871

Attachment 208866: Patch
https://bugs.webkit.org/attachment.cgi?id=208866&action=review

------- Additional Comments from Tim Horton <thorton at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=208866&action=review


> Source/WebCore/rendering/RenderLayerCompositor.cpp:780
> +	  
layer->setViewportConstrainedNotCompositedReason(RenderLayer::NoNotCompositedRe
ason);

The code above only resets this if it's already set to not composited, and sets
layerChanged (which gets returned). Does that matter? Should we do it here too?


More information about the webkit-reviews mailing list