#include "third_party/blink/renderer/core/layout/layout_ruby_text.h"
#include "third_party/blink/renderer/core/frame/web_feature.h"
namespace blink {
LayoutRubyText::LayoutRubyText(Element* element) : … { … }
LayoutRubyText::~LayoutRubyText() = default;
bool LayoutRubyText::CreatesNewFormattingContext() const { … }
bool LayoutRubyText::IsChildAllowed(LayoutObject* child,
const ComputedStyle&) const { … }
void LayoutRubyText::StyleDidChange(StyleDifference diff,
const ComputedStyle* old_style) { … }
}