[Webkit-unassigned] [Bug 122080] Get rid of static map for marking ancestor line boxes dirty
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Sep 29 16:42:01 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=122080
Andreas Kling <akling at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #212937|review? |review+
Flag| |
--- Comment #2 from Andreas Kling <akling at apple.com> 2013-09-29 16:40:59 PST ---
(From update of attachment 212937)
View in context: https://bugs.webkit.org/attachment.cgi?id=212937&action=review
r=me
> Source/WebCore/rendering/RenderElement.h:132
> + bool m_ancestorLineBoxDirty : 1;
Now would be a good time to add a compile-time assertion for sizeof(RenderElement)!
> Source/WebCore/rendering/RenderLineBoxList.h:67
> + void dirtyLinesFromChangedChild(RenderBlockFlow* parent, RenderObject* child);
'parent' could be a RenderBlockFlow& here. NABD.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list