| Index: ash/ash_constants.cc
|
| diff --git a/ash/wm/window_frame.cc b/ash/ash_constants.cc
|
| similarity index 59%
|
| copy from ash/wm/window_frame.cc
|
| copy to ash/ash_constants.cc
|
| index 1cd2f4cefa5b33047e0f4154a0fd606ac6e86f83..ba0708241fc75367d55ea243596582e41594738e 100644
|
| --- a/ash/wm/window_frame.cc
|
| +++ b/ash/ash_constants.cc
|
| @@ -2,12 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/wm/window_frame.h"
|
| +#include "ash/ash_constants.h"
|
|
|
| #include "ui/aura/window_property.h"
|
|
|
| -DECLARE_EXPORTED_WINDOW_PROPERTY_TYPE(ASH_EXPORT, ash::WindowFrame*);
|
| +DECLARE_EXPORTED_WINDOW_PROPERTY_TYPE(ASH_EXPORT, bool)
|
|
|
| namespace ash {
|
| -DEFINE_WINDOW_PROPERTY_KEY(WindowFrame*, kWindowFrameKey, NULL);
|
| +
|
| +DEFINE_WINDOW_PROPERTY_KEY(bool, kConstrainedWindowKey, false);
|
| +
|
| } // namespace ash
|
|
|