// 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/mask_filter_info.h" #include "testing/gtest/include/gtest/gtest.h" #include "ui/gfx/geometry/axis_transform2d.h" #include "ui/gfx/geometry/rrect_f.h" #include "ui/gfx/geometry/transform.h" namespace gfx { namespace { LinearGradient CreateGradient(int angle) { … } TEST(MaskFilterInfoTest, ApplyTransform) { … } TEST(MaskFilterInfoTest, ApplyAxisTransform2d) { … } } // anonymous namespace } // namespace gfx