#include "third_party/blink/renderer/core/mathml/mathml_fraction_element.h"
#include "third_party/blink/renderer/core/css/style_change_reason.h"
#include "third_party/blink/renderer/core/layout/layout_object.h"
#include "third_party/blink/renderer/core/style/computed_style.h"
namespace blink {
MathMLFractionElement::MathMLFractionElement(Document& doc)
: … { … }
void MathMLFractionElement::AddMathFractionBarThicknessIfNeeded(
ComputedStyleBuilder& builder,
const CSSToLengthConversionData& conversion_data) { … }
void MathMLFractionElement::ParseAttribute(
const AttributeModificationParams& param) { … }
}