chromium/ui/wm/core/window_properties.h

// 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_WM_CORE_WINDOW_PROPERTIES_H_
#define UI_WM_CORE_WINDOW_PROPERTIES_H_

#include "base/component_export.h"
#include "base/time/time.h"
#include "ui/base/class_property.h"

wm  // namespace wm

// These need to be declared here for jumbo builds.
DECLARE_EXPORTED_UI_CLASS_PROPERTY_TYPE(COMPONENT_EXPORT(UI_WM),
                                        wm::WindowVisibilityAnimationTransition)
DECLARE_EXPORTED_UI_CLASS_PROPERTY_TYPE(COMPONENT_EXPORT(UI_WM), float)

#endif  // UI_WM_CORE_WINDOW_PROPERTIES_H_