#include "third_party/blink/renderer/core/mathml/mathml_table_cell_element.h"
#include "third_party/blink/renderer/core/dom/node_computed_style.h"
#include "third_party/blink/renderer/core/html/parser/html_parser_idioms.h"
#include "third_party/blink/renderer/core/html/table_constants.h"
#include "third_party/blink/renderer/core/layout/mathml/layout_table_cell_with_anonymous_mrow.h"
namespace blink {
MathMLTableCellElement::MathMLTableCellElement(Document& doc)
: … { … }
unsigned MathMLTableCellElement::colSpan() const { … }
unsigned MathMLTableCellElement::rowSpan() const { … }
void MathMLTableCellElement::ParseAttribute(
const AttributeModificationParams& params) { … }
LayoutObject* MathMLTableCellElement::CreateLayoutObject(
const ComputedStyle& style) { … }
}