chromium/third_party/blink/renderer/core/layout/layout_box_utils.h

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_LAYOUT_LAYOUT_BOX_UTILS_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_LAYOUT_LAYOUT_BOX_UTILS_H_

#include "third_party/blink/renderer/platform/geometry/layout_unit.h"

namespace blink {

class BlockBreakToken;
class LayoutBox;
class LayoutBlock;
class LayoutPoint;
class PhysicalBoxFragment;
struct PhysicalOffset;

// This static class should be used for querying information from a |LayoutBox|,
// or providing information to it.
class LayoutBoxUtils {};

}  // namespace blink

#endif  // THIRD_PARTY_BLINK_RENDERER_CORE_LAYOUT_LAYOUT_BOX_UTILS_H_