chromium/third_party/blink/renderer/core/layout/mathml/layout_mathml_block.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/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) {}

}  // namespace blink