[Webkit-unassigned] [Bug 70634] Mark GraphicsLayers as opaque when possible

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 24 15:21:23 PST 2011


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





--- Comment #68 from Dana Jansens <danakj at chromium.org>  2011-11-24 15:21:21 PST ---
The LayoutTests with images were coming across as flakey because sometimes the composited bounds would be computed before the images were loaded. When the image is loaded/changed, it needs to redecide if it is opaque or not.

Small change to the patch to make RenderLayerBacking::contentChanged recompute the contentsOpaque flag when it won't be via recomputing bounds.

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