#include "third_party/blink/renderer/core/layout/mathml/math_token_layout_algorithm.h"
#include "third_party/blink/renderer/core/html/canvas/text_metrics.h"
#include "third_party/blink/renderer/core/layout/logical_box_fragment.h"
#include "third_party/blink/renderer/core/layout/mathml/math_layout_utils.h"
#include "third_party/blink/renderer/core/layout/out_of_flow_layout_part.h"
#include "third_party/blink/renderer/core/mathml/mathml_token_element.h"
namespace blink {
MathTokenLayoutAlgorithm::MathTokenLayoutAlgorithm(
const LayoutAlgorithmParams& params)
: … { … }
const LayoutResult* MathTokenLayoutAlgorithm::Layout() { … }
MinMaxSizesResult MathTokenLayoutAlgorithm::ComputeMinMaxSizes(
const MinMaxSizesFloatInput& input) { … }
}