// 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. #include "ui/gfx/overlay_transform_utils.h" #include "cc/base/math_util.h" #include "testing/gtest/include/gtest/gtest.h" #include "ui/gfx/geometry/rect.h" namespace gfx { namespace { struct RectInViewport { … }; RectInViewport ApplyOverlayTransform(OverlayTransform overlay_transform, const RectInViewport& original) { … } TEST(OverlayTransformUtilTest, All) { … } TEST(OverlayTransformUtilTest, Concat) { … } } // namespace } // namespace gfx