| Index: ui/wm/core/shadow_types.h
|
| diff --git a/ui/wm/core/shadow_types.h b/ui/wm/core/shadow_types.h
|
| index ef22af7adf394e4184149157a9fd2b4edab9ff5a..48aec227a06d57623175e670b0c42eb246214c5f 100644
|
| --- a/ui/wm/core/shadow_types.h
|
| +++ b/ui/wm/core/shadow_types.h
|
| @@ -30,6 +30,9 @@ enum class ShadowElevation {
|
| WM_EXPORT void SetShadowElevation(aura::Window* window,
|
| ShadowElevation elevation);
|
|
|
| +// Returns true if |value| is a valid element of ShadowElevation elements.
|
| +WM_EXPORT bool IsValidShadowElevation(int64_t value);
|
| +
|
| // A property key describing the drop shadow that should be displayed under the
|
| // window. A null value is interpreted as using the default.
|
| WM_EXPORT extern const aura::WindowProperty<ShadowElevation>* const
|
|
|