#include "third_party/blink/renderer/core/layout/layout_ruby_base.h"
namespace blink {
LayoutRubyBase::LayoutRubyBase() : … { … }
LayoutRubyBase::~LayoutRubyBase() = default;
bool LayoutRubyBase::IsChildAllowed(LayoutObject*, const ComputedStyle&) const { … }
void LayoutRubyBase::MoveChildren(LayoutRubyBase& to_base,
LayoutObject* before_child) { … }
void LayoutRubyBase::MoveInlineChildrenTo(LayoutRubyBase& to_base,
LayoutObject* before_child) { … }
void LayoutRubyBase::MoveBlockChildrenTo(LayoutRubyBase& to_base,
LayoutObject* before_child) { … }
bool LayoutRubyBase::IsPlaceholder() const { … }
void LayoutRubyBase::SetPlaceholder() { … }
}