chromium/third_party/blink/renderer/core/paint/transform_utils.cc

// Copyright 2023 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/paint/transform_utils.h"

#include "third_party/blink/renderer/core/layout/layout_box.h"
#include "third_party/blink/renderer/core/layout/physical_box_fragment.h"
#include "third_party/blink/renderer/core/style/computed_style.h"

namespace blink {

namespace {

PhysicalRect ComputeReferenceBoxInternal(const PhysicalBoxFragment& fragment,
                                         PhysicalRect border_box_rect) {}

}  // namespace

PhysicalRect ComputeReferenceBox(const PhysicalBoxFragment& fragment) {}

PhysicalRect ComputeReferenceBox(const LayoutBox& box) {}

}  // namespace blink