#include "third_party/blink/renderer/core/mathml/mathml_space_element.h"
#include "third_party/blink/renderer/core/style/computed_style.h"
namespace blink {
MathMLSpaceElement::MathMLSpaceElement(Document& doc)
: … { … }
void MathMLSpaceElement::AddMathBaselineIfNeeded(
ComputedStyleBuilder& builder,
const CSSToLengthConversionData& conversion_data) { … }
bool MathMLSpaceElement::IsPresentationAttribute(
const QualifiedName& name) const { … }
void MathMLSpaceElement::CollectStyleForPresentationAttribute(
const QualifiedName& name,
const AtomicString& value,
MutableCSSPropertyValueSet* style) { … }
}