[Webkit-unassigned] [Bug 26353] Incorrect Handling of Cairo Fonts

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 16 13:44:32 PDT 2009


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





------- Comment #9 from bfulgham at webkit.org  2009-06-16 13:44 PDT -------
(In reply to comment #4)
> Based on discussions with Gustavo Noronha Silva, leaving the GTK+ piece of this
> out.  The GTK+ fonts are noncopyable, so they don't see this problem.

It turns out this is incorrect!  The FontCustomPlatformData object for GTK+
*is* noncopyable (as it is for the Windows Cairo build), but the area in
question is the FontPlatformData object.

In GTK+/Pango, the FontPlatformData object implements both a copy constructor
and an assignment operator, which is why this platform has never had the
problem.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list