[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 21:29:42 PDT 2011


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





--- Comment #4 from Martin Robinson <mrobinson at webkit.org>  2011-09-11 21:29:42 PST ---
(In reply to comment #3)

> wxUSE_CAIRO indicates that wx's wxGraphicsContext API is using Cairo internally to draw. wxWebKit's drawing code is implemented in terms of wxGraphicsContext, not the WebKit Cairo rendering backend. (and wxGraphicsContext is not always using Cairo, either.) While wx is using Cairo internally, there are a couple spots where wx doesn't support what we need to do, and so in those cases we share some code with the native Cairo port, but it's a very small amount of what USE(CAIRO) actually defines and uses.

Thanks for the clarification! You might consider collapsing this logic into a flag that's more explanatory like WX_USES_CAIRO.

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