[Webkit-unassigned] [Bug 31258] Win chromium is slow to draw transparent texts

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 9 09:58:15 PST 2009


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





--- Comment #4 from Shinichiro Hamaji <hamaji at chromium.org>  2009-11-09 09:58:15 PDT ---
(In reply to comment #3)
> I see a "save" in initializeForGDI, and a restore in the destructor. What
> happens when m_useGDI is false? It looks like we'll "restore" with no saved
> state which will cause problems.

Thanks for the quick review. I think when m_useGDI is false, initializeForGDI()
won't be called.

FYI, the following code block exists above the first code chunk.

void TransparencyAwareFontPainter::init()
{
    if (m_useGDI)
        initializeForGDI();
}

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