Reland "Enable SysInfo::AmountOfPhysicalMemory to be called from within the Linux...
[chromium-blink-merge.git] / ash / wm / window_properties.cc
blobced25b2a0be7d986238bd7e384713b0aeb1fbc72
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "ash/wm/window_properties.h"
7 #include "ash/wm/window_state.h"
8 #include "ui/aura/window_property.h"
10 DECLARE_WINDOW_PROPERTY_TYPE(ash::wm::WindowState*);
12 namespace ash {
13 namespace internal {
14 DEFINE_WINDOW_PROPERTY_KEY(bool, kStayInSameRootWindowKey, false);
15 DEFINE_WINDOW_PROPERTY_KEY(bool, kUsesScreenCoordinatesKey, false);
16 DEFINE_OWNED_WINDOW_PROPERTY_KEY(wm::WindowState,
17 kWindowStateKey, NULL);
18 } // namespace internal
19 } // namespace ash