[Webkit-unassigned] [Bug 54561] [chromium] Layout Test fast/canvas/setWidthResetAfterForcedRender.html fails on accelerated 2D canvas

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 16 15:26:10 PST 2011


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





--- Comment #6 from Stephen White <senorblanco at chromium.org>  2011-02-16 15:26:10 PST ---
(In reply to comment #5)
> Created an attachment (id=82707)
 --> (https://bugs.webkit.org/attachment.cgi?id=82707&action=review) [details]
> Patch

I'm more confident in this fix.  This basically does the same thing that CanvasRenderingContext2D::didDraw() does, by calling contentChanged() on the RenderLayer.  This still leaves the pixel results wrong, since the compositor doesn't seem to be compatible with repaint tests (it redraws the whole image), but at least the canvas reset is correctly showing up now (white box instead of green).

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