// Copyright 2020 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_under_over_element.h" #include "third_party/blink/renderer/core/layout/layout_object.h" namespace blink { MathMLUnderOverElement::MathMLUnderOverElement(const QualifiedName& tagName, Document& document) : … { … } std::optional<bool> MathMLUnderOverElement::Accent() const { … } std::optional<bool> MathMLUnderOverElement::AccentUnder() const { … } void MathMLUnderOverElement::ParseAttribute( const AttributeModificationParams& param) { … } } // namespace blink