// Copyright 2024 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/viz/common/quads/offset_tag.h" #include "base/logging.h" #include "testing/gtest/include/gtest/gtest.h" #include "ui/gfx/geometry/rect_f.h" #include "ui/gfx/geometry/vector2d_f.h" namespace viz { TEST(OffsetTagConstraints, Clamp) { … } TEST(OffsetTagConstraints, ExpandVisibleRect) { … } } // namespace viz