chromium/third_party/blink/renderer/core/mathml/mathml_row_element.cc

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#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) {}

}  // namespace blink