Chromium Code Reviews
DescriptionDon't populate GlyphBuffer in InlineTextBox::characterWidths
The current InlineTextBox::characterWidths implementation populates a
GlyphBuffer even though it is never used. Change the implementation to
not pass a GlyphBuffer and thereby avoiding the unnecessary work and
allocation costs.
R=dominik.rottsches@intel.com
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=182843
Patch Set 1 #
Total comments: 2
Patch Set 2 : #Messages
Total messages: 9 (2 generated)
|