diff options
Diffstat (limited to 'ash/wm/window_properties.cc')
-rw-r--r-- | ash/wm/window_properties.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ash/wm/window_properties.cc b/ash/wm/window_properties.cc index 64d55a7..9dda0174 100644 --- a/ash/wm/window_properties.cc +++ b/ash/wm/window_properties.cc @@ -5,21 +5,16 @@ #include "ash/wm/window_properties.h" #include "ash/root_window_controller.h" -#include "ash/wm/always_on_top_controller.h" #include "ash/wm/frame_painter.h" #include "ui/aura/window_property.h" #include "ui/gfx/rect.h" -DECLARE_WINDOW_PROPERTY_TYPE(ash::internal::AlwaysOnTopController*); DECLARE_EXPORTED_WINDOW_PROPERTY_TYPE(ASH_EXPORT, ash::FramePainter*); DECLARE_WINDOW_PROPERTY_TYPE(ash::WindowPersistsAcrossAllWorkspacesType) DECLARE_WINDOW_PROPERTY_TYPE(ash::internal::RootWindowController*); namespace ash { namespace internal { -DEFINE_OWNED_WINDOW_PROPERTY_KEY(ash::internal::AlwaysOnTopController, - kAlwaysOnTopControllerKey, - NULL); DEFINE_WINDOW_PROPERTY_KEY(bool, kContinueDragAfterReparent, false); DEFINE_WINDOW_PROPERTY_KEY(bool, kCyclingThroughWorkspacesKey, false); DEFINE_WINDOW_PROPERTY_KEY(bool, kFullscreenUsesMinimalChromeKey, false); |