chromium/third_party/blink/renderer/core/layout/ruby_container.cc

// Copyright 2023 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/ruby_container.h"

#include "third_party/blink/renderer/core/css/resolver/style_resolver.h"
#include "third_party/blink/renderer/core/layout/layout_ruby_base.h"
#include "third_party/blink/renderer/core/layout/layout_ruby_column.h"

namespace blink {

namespace {

LayoutRubyBase* FindAncestorBase(LayoutObject* object) {}

}  // namespace

RubyContainer::RubyContainer(LayoutBoxModelObject& ruby) :{}

void RubyContainer::Trace(Visitor* visitor) const {}

void RubyContainer::AddChild(LayoutObject* child, LayoutObject* before_child) {}

bool RubyContainer::InsertChildAt(LayoutObject* child, wtf_size_t index) {}

void RubyContainer::DidRemoveChildFromColumn(LayoutObject& child) {}

void RubyContainer::Repair() {}

void RubyContainer::MergeAnonymousBases(wtf_size_t index) {}

}  // namespace blink