// Copyright 2012 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/wm/core/shadow_types.h" #include "ui/base/class_property.h" namespace wm { DEFINE_UI_CLASS_PROPERTY_KEY(…) void SetShadowElevation(aura::Window* window, int elevation) { … } int GetDefaultShadowElevationForWindow(const aura::Window* window) { … } int GetShadowElevationConvertDefault(const aura::Window* window) { … } } // namespace wm