chromium/third_party/blink/renderer/core/layout/layout_ruby_base.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_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() {}

}  // namespace blink