[Webkit-unassigned] [Bug 96804] Make computeLogicalHeight virtual and updateLogicalHeight non-virtual.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 15 13:56:39 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=96804





--- Comment #1 from Tony Chang <tony at chromium.org>  2012-10-15 13:57:28 PST ---
computeLogicalHeight is now virtual, however, I can't make updateLogicalHeight virtual because of RenderMultiColumnSet, which sets a member variable during updateLogicalHeight.

It looks like that variable is the same as logicalHeight right now, but the comments suggest that there is a future use for it.  I'd like to remove RenderMultiColumnSet::m_computedColumnHeight.

-- 
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