blob: 3da5af1bf83571a3327f5073f94cb4708877b63a [file] [log] [blame]
// Copyright 2020 The Chromium Authors. All rights reserved.
// 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/ng/layout_ng_ruby_as_block.h"
namespace blink {
LayoutNGRubyAsBlock::LayoutNGRubyAsBlock(Element* element)
: LayoutNGBlockFlowMixin<LayoutRubyAsBlock>(element) {}
LayoutNGRubyAsBlock::~LayoutNGRubyAsBlock() = default;
void LayoutNGRubyAsBlock::UpdateBlockLayout(bool relayout_children) {
UpdateNGBlockLayout();
}
} // namespace blink