// Copyright 2018 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_CAPTION_STYLE_H_ #define UI_NATIVE_THEME_CAPTION_STYLE_H_ #include <optional> #include <string> #include "third_party/skia/include/core/SkColor.h" #include "third_party/skia/include/core/SkScalar.h" #include "ui/native_theme/native_theme_export.h" namespace ui { struct NATIVE_THEME_EXPORT CaptionStyle { … }; } // namespace ui #endif // UI_NATIVE_THEME_CAPTION_STYLE_H_