#include "third_party/blink/renderer/core/layout/replaced_layout_algorithm.h"
#include "third_party/blink/renderer/core/layout/geometry/writing_mode_converter.h"
#include "third_party/blink/renderer/core/layout/layout_box.h"
#include "third_party/blink/renderer/core/layout/layout_replaced.h"
#include "third_party/blink/renderer/core/layout/layout_video.h"
namespace blink {
ReplacedLayoutAlgorithm::ReplacedLayoutAlgorithm(
const LayoutAlgorithmParams& params)
: … { … }
const LayoutResult* ReplacedLayoutAlgorithm::Layout() { … }
MinMaxSizesResult ReplacedLayoutAlgorithm::ComputeMinMaxSizes(
const MinMaxSizesFloatInput&) { … }
void ReplacedLayoutAlgorithm::LayoutMediaChildren() { … }
}