Bug 28021

Summary: WINCE PORT: enable CachedFont
Product: WebKit Reporter: Yong Li <yong.li.webkit>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: joenotcharles, manyoso, staikos
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: Other   
Bug Depends on:    
Bug Blocks: 23154    
Attachments:
Description Flags
the patch staikos: review-

Yong Li
Reported 2009-08-05 10:48:44 PDT
the patch follows
Attachments
the patch (3.04 KB, patch)
2009-08-05 10:53 PDT, Yong Li
staikos: review-
Yong Li
Comment 1 2009-08-05 10:53:24 PDT
Created attachment 34150 [details] the patch
George Staikos
Comment 2 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.
Yong Li
Comment 3 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 ***
Note You need to log in before you can comment on or make changes to this bug.