[Webkit-unassigned] [Bug 51928] [chromium] Enable reuse of RenderSurface for drawing.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 6 10:20:49 PST 2011


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





--- Comment #8 from Stephen White <senorblanco at chromium.org>  2011-01-06 10:20:48 PST ---
This change seems to violate the comment above it:

    // Mask out writes to alpha channel: subpixel antialiasing via Skia results in invalid
    // zero alpha values on text glyphs. The root layer is always opaque.
    m_context->colorMask(true, true, true, false);

Either this change is wrong, or the comment is wrong.  Vangelis, what do you think?

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