RESOLVED FIXED138754
Remove computeTextPaintStyle's RenderText dependency.
https://bugs.webkit.org/show_bug.cgi?id=138754
Summary Remove computeTextPaintStyle's RenderText dependency.
alan
Reported 2014-11-14 13:58:21 PST
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.
Attachments
Patch (5.70 KB, patch)
2014-11-14 14:05 PST, alan
no flags
alan
Comment 1 2014-11-14 14:05:22 PST
Myles C. Maxfield
Comment 2 2014-11-14 14:18:47 PST
Why is frame better than RenderText? unofficial r=me
WebKit Commit Bot
Comment 3 2014-11-14 16:26:53 PST
Comment on attachment 241622 [details] Patch Clearing flags on attachment: 241622 Committed r176147: <http://trac.webkit.org/changeset/176147>
WebKit Commit Bot
Comment 4 2014-11-14 16:26:57 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.