// 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. #ifndef UI_NATIVE_THEME_NATIVE_THEME_FLUENT_H_ #define UI_NATIVE_THEME_NATIVE_THEME_FLUENT_H_ #include <optional> #include "ui/native_theme/native_theme_base.h" namespace gfx { class Rect; class RectF; } // namespace gfx template <typename T> class sk_sp; class SkTypeface; namespace ui { class NATIVE_THEME_EXPORT NativeThemeFluent : public NativeThemeBase { … }; } // namespace ui #endif // UI_NATIVE_THEME_NATIVE_THEME_FLUENT_H_