// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROMEOS_UI_BASE_WINDOW_PROPERTIES_H_ #define CHROMEOS_UI_BASE_WINDOW_PROPERTIES_H_ #include <string> #include "base/component_export.h" #include "chromeos/ui/base/app_types.h" #include "third_party/skia/include/core/SkColor.h" #include "ui/base/class_property.h" namespace gfx { class Rect; } chromeos // namespace chromeos #endif // CHROMEOS_UI_BASE_WINDOW_PROPERTIES_H_