[Webkit-unassigned] [Bug 67577] Enable use of Cairo backend on platforms other than GTK

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 11 18:23:09 PDT 2011


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





--- Comment #2 from Martin Robinson <mrobinson at webkit.org>  2011-09-11 18:23:09 PST ---
(From update of attachment 106286)
View in context: https://bugs.webkit.org/attachment.cgi?id=106286&action=review

> Source/WebCore/platform/graphics/GlyphBuffer.h:54
> +#if USE(CAIRO) || (PLATFORM(WX) && defined(wxUSE_CAIRO) && wxUSE_CAIRO)

For this file, I think it would be much better to just ensure that Wx has the proper WTF flag defined so that USE(CAIRO) works. If it doesn't, things might break in the future.

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