[Webkit-unassigned] [Bug 76886] [WK2][Qt] REGRESSION: Pages with transform animations sometimes omit some of the layers since r105413

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 25 14:42:47 PST 2012


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





--- Comment #6 from Noam Rosenthal <noam.rosenthal at nokia.com>  2012-01-25 14:42:46 PST ---
> > Source/WebKit2/WebProcess/WebCoreSupport/WebGraphicsLayer.cpp:553
> > +    if (selfOrAncestorHasActiveTransformAnimations())
> > +        return tiledBackingStoreContentsRect();
> 
> Did you do some measurements of this? regarding to the comment in the changelog
No... if I had a viable alternative I'd measure it vs. this solution :) Problem is that if I'd calculate the visible rect based on all the transform keyframes, I could still reach a point where a huge layer is entirely visible. What we should probably do in that case is not have content-scale for huge transformed layers, but that should come later as it's tricky.

-- 
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