RESOLVED FIXED 99413
REGRESSION (r131365): WidthIterator::advance() is needlessly passed a GlyphBuffer in many cases
https://bugs.webkit.org/show_bug.cgi?id=99413
Summary REGRESSION (r131365): WidthIterator::advance() is needlessly passed a GlyphBu...
mitz
Reported 2012-10-15 21:56:33 PDT
REGRESSION (r131365): WidthIterator::advance() is needlessly passed a GlyphBuffer in many cases
Attachments
Remove the GlyphBuffer* parameter to floadWidthForSimpleText() and make it pass a GlyphBuffer* to advance() only when necessary (6.07 KB, patch)
2012-10-15 22:03 PDT, mitz
adele: review+
mitz
Comment 1 2012-10-15 22:03:01 PDT
Created attachment 168850 [details] Remove the GlyphBuffer* parameter to floadWidthForSimpleText() and make it pass a GlyphBuffer* to advance() only when necessary
mitz
Comment 2 2012-10-15 22:08:40 PDT
Note You need to log in before you can comment on or make changes to this bug.