Bug 28021 - WINCE PORT: enable CachedFont
Summary: WINCE PORT: enable CachedFont
Status: RESOLVED DUPLICATE of bug 27734
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Other
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 23154
  Show dependency treegraph
 
Reported: 2009-08-05 10:48 PDT by Yong Li
Modified: 2009-08-05 13:49 PDT (History)
3 users (show)

See Also:


Attachments
the patch (3.04 KB, patch)
2009-08-05 10:53 PDT, Yong Li
staikos: review-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yong Li 2009-08-05 10:48:44 PDT
the patch follows
Comment 1 Yong Li 2009-08-05 10:53:24 PDT
Created attachment 34150 [details]
the patch
Comment 2 George Staikos 2009-08-05 11:19:56 PDT
Comment on attachment 34150 [details]
the patch


> +#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.
Comment 3 Yong Li 2009-08-05 13:49:01 PDT
will be modified and merged to bug 27734

*** This bug has been marked as a duplicate of bug 27734 ***