[Webkit-unassigned] [Bug 28021] WINCE PORT: enable CachedFont

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 5 11:19:57 PDT 2009


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


George Staikos <staikos at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #34150|review?                     |review-
               Flag|                            |




--- Comment #2 from George Staikos <staikos at kde.org>  2009-08-05 11:19:56 PDT ---
(From update of attachment 34150)

> +#if PLATFORM(WINCE)
> +        m_fontData = createFontCustomPlatformData(this);
> +        m_data = 0;
> +#else
>          m_fontData = createFontCustomPlatformData(m_data.get());
> +#endif

  This change should not be necessary.  We need to improve it in the platform
dependent code.

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