Bug 99413

Summary: REGRESSION (r131365): WidthIterator::advance() is needlessly passed a GlyphBuffer in many cases
Product: WebKit Reporter: mitz
Component: TextAssignee: mitz
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Remove the GlyphBuffer* parameter to floadWidthForSimpleText() and make it pass a GlyphBuffer* to advance() only when necessary adele: review+

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.