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

// Copyright 2020 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/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) {}

}  // namespace blink