#include "third_party/blink/renderer/core/mathml/mathml_row_element.h"
#include "third_party/blink/renderer/core/dom/element_traversal.h"
#include "third_party/blink/renderer/core/frame/web_feature.h"
#include "third_party/blink/renderer/core/layout/mathml/layout_mathml_block.h"
#include "third_party/blink/renderer/core/mathml/mathml_operator_element.h"
namespace blink {
MathMLRowElement::MathMLRowElement(const QualifiedName& tagName,
Document& document)
: … { … }
LayoutObject* MathMLRowElement::CreateLayoutObject(const ComputedStyle& style) { … }
void MathMLRowElement::ChildrenChanged(const ChildrenChange& change) { … }
Node::InsertionNotificationRequest MathMLRowElement::InsertedInto(
ContainerNode& root_parent) { … }
}