mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
0a3a2ee94a
This patch does the following: * Move nsIFrame::IntrinsicSize to mozilla::IntrinsicSize so that it can be forward-declared. * Move a number of templated inline nsLayoutUtils methods to nsIFrame. * Use mozilla::layout::FrameChildListID instead of the nsIFrame::ChildListID typedef in nsLayoutUtils.h. * Move nsReflowFrameRunnable to its only user, nsProgressMeterFrame.cpp. * Make a number of functions requiring nsIFrame.h out-of-line. * Remove the nsIFrame.h #include from nsLayoutUtils.h and add it to the places which require it implicitly. |
||
---|---|---|
.. | ||
build | ||
decoders | ||
encoders | ||
public | ||
src | ||
test | ||
moz.build |