[Webkit-unassigned] [Bug 138754] New: Remove computeTextPaintStyle's RenderText dependency.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Nov 14 13:58:21 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=138754
Bug ID: 138754
Summary: Remove computeTextPaintStyle's RenderText dependency.
Classification: Unclassified
Product: WebKit
Version: 528+ (Nightly build)
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Layout and Rendering
Assignee: webkit-unassigned at lists.webkit.org
Reporter: zalan at apple.com
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.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141114/426153cd/attachment-0002.html>
More information about the webkit-unassigned
mailing list