[Webkit-unassigned] [Bug 39014] [chromium] Improve spacing support for complex text on Linux

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 11 13:48:58 PDT 2010


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


Tony Chang <tony at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #64155|review?                     |review+
               Flag|                            |




--- Comment #14 from Tony Chang <tony at chromium.org>  2010-08-11 13:48:58 PST ---
(From update of attachment 64155)
> diff --git a/WebCore/platform/graphics/chromium/FontLinux.cpp b/WebCore/platform/graphics/chromium/FontLinux.cpp
>          , m_run(getTextRun(run))
>          , m_iterateBackwards(m_run.rtl())
> +        , m_wordSpacingAdjustment(0)
> +        , m_padding(0)
> +        , m_padError(0)

Do you need to initialize m_padPerWordBreak and m_letterSpacing (well, I guess this isn't used yet so it doesn't matter) here?

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