[Webkit-unassigned] [Bug 128632] GIF animations should be suspended when outside of viewport

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 11 19:07:34 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=128632





--- Comment #6 from Simon Fraser (smfr) <simon.fraser at apple.com>  2014-02-11 19:04:50 PST ---
(From update of attachment 223923)
View in context: https://bugs.webkit.org/attachment.cgi?id=223923&action=review

> Source/WebCore/rendering/RenderElement.cpp:1296
> +    if (!visibleRect.intersects(renderer.absoluteBoundingBoxRect()))

Sad that you have to call renderer.absoluteBoundingBoxRect() here; that walks up the tree!

> LayoutTests/ChangeLog:9
> +        * fast/repaint/no-animation-outside-viewport.html: Added.

Doesn't this need to be a tiled drawing test?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list