from TextPaintStyle computeTextPaintStyle(const RenderText&, const RenderStyle&, const PaintInfo&); to TextPaintStyle computeTextPaintStyle(const Frame&, const RenderStyle&, const PaintInfo&); So that in simple line layout, we can compute text paint style without across multiple renderers.
Created attachment 241622 [details] Patch
Why is frame better than RenderText? unofficial r=me
Comment on attachment 241622 [details] Patch Clearing flags on attachment: 241622 Committed r176147: <http://trac.webkit.org/changeset/176147>
All reviewed patches have been landed. Closing bug.