#include "third_party/blink/renderer/core/layout/mathml/layout_mathml_block.h"
#include "third_party/blink/renderer/core/layout/layout_result.h"
#include "third_party/blink/renderer/core/mathml/mathml_element.h"
#include "third_party/blink/renderer/core/mathml/mathml_under_over_element.h"
namespace blink {
LayoutMathMLBlock::LayoutMathMLBlock(Element* element) : … { … }
bool LayoutMathMLBlock::IsMathMLRoot() const { … }
bool LayoutMathMLBlock::IsChildAllowed(LayoutObject* child,
const ComputedStyle&) const { … }
bool LayoutMathMLBlock::CanHaveChildren() const { … }
void LayoutMathMLBlock::StyleDidChange(StyleDifference diff,
const ComputedStyle* old_style) { … }
}