[Webkit-unassigned] [Bug 179682] Incorrect bounds inside <mover>/<munder> when a stretchy operator is present

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 30 07:41:08 PST 2017


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

--- Comment #33 from Frédéric Wang (:fredw) <fred.wang at free.fr> ---
(In reply to Minsheng Liu from comment #31)
> How should I get a RenderBox out of a RenderBlock? It told me that layout is
> a protected member of RenderBlock (and hence RenderMathMLOperator).

Mmmh, can't you just do

RenderBox* renderBox = renderOperator;
renderBox->...
renderBox->...

or

static_cast<RenderBox*>(renderOperator)->...

?

-- 
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/20171130/5e6e92eb/attachment.html>


More information about the webkit-unassigned mailing list