// 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_DISPLAY_TYPES_DISPLAY_CONFIG_H_ #define UI_DISPLAY_TYPES_DISPLAY_CONFIG_H_ #include <vector> #include "ui/display/types/display_geometry.h" #include "ui/display/types/display_types_export.h" namespace display { struct DISPLAY_TYPES_EXPORT DisplayConfig { … }; } // namespace display #endif // UI_DISPLAY_TYPES_DISPLAY_CONFIG_H_