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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 5 08:01:49 PST 2011


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


David Levin <levin at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |levin at chromium.org




--- Comment #3 from David Levin <levin at chromium.org>  2011-01-05 08:01:49 PST ---
Not what you're asking for, but something to consider for a another revision: colorMask is a bad api.  Those bools should be enums as the current form is unreadable and fragile.
  "m_context->colorMask(true, true, true, true)"

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