// Copyright 2022 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_table_cell_with_anonymous_mrow.h" namespace blink { LayoutTableCellWithAnonymousMrow::LayoutTableCellWithAnonymousMrow( Element* element) : … { … } void LayoutTableCellWithAnonymousMrow::AddChild(LayoutObject* new_child, LayoutObject* before_child) { … } } // namespace blink