// Copyright 2022 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/geometry/linear_gradient.h" #include "build/build_config.h" #include "testing/gtest/include/gtest/gtest.h" #include "ui/gfx/geometry/axis_transform2d.h" #include "ui/gfx/geometry/point_f.h" #include "ui/gfx/geometry/transform.h" namespace gfx { TEST(LinearGradientTest, Basic) { … } TEST(LinearGradientTest, Reverse) { … } TEST(LinearGradientTest, ApplyTransform) { … } TEST(LinearGradientTest, ApplyAxisTransform2d) { … } } // namespace gfx