[Webkit-unassigned] [Bug 83227] [chromium] wrong justification for arabic/persian page in cr-win
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Apr 7 00:54:53 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=83227
--- Comment #23 from Xiaomei Ji <xji at chromium.org> 2012-04-07 00:54:53 PST ---
(From update of attachment 136121)
View in context: https://bugs.webkit.org/attachment.cgi?id=136121&action=review
> Source/WebCore/platform/graphics/chromium/UniscribeHelper.cpp:219
> + shaping.m_justify.resize(shaping.glyphLength());
Ah, for performance improvement, I could do a memcpy on shaping.m_justify and only re-assign m_justify for space character in the following loop and the loop could early exit when additionalSpace ==0.
--
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