// 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. #ifndef UI_GFX_GEOMETRY_THREE_POINT_CUBIC_BEZIER_H_ #define UI_GFX_GEOMETRY_THREE_POINT_CUBIC_BEZIER_H_ #include "ui/gfx/geometry/cubic_bezier.h" #include "ui/gfx/geometry/geometry_export.h" namespace gfx { class GEOMETRY_EXPORT ThreePointCubicBezier { … }; } // namespace gfx #endif // UI_GFX_GEOMETRY_THREE_POINT_CUBIC_BEZIER_H_